mirror of
https://github.com/chartjs/Chart.js.git
synced 2026-03-06 00:14:03 +01:00
Finish removing bower (#7294)
This commit is contained in:
committed by
Evert Timberg
parent
e457b3d3a0
commit
2b2e49728e
@@ -21,7 +21,7 @@ git remote add auth-origin https://$GITHUB_AUTH_TOKEN@github.com/$TRAVIS_REPO_SL
|
||||
git config --global user.email "$GITHUB_AUTH_EMAIL"
|
||||
git config --global user.name "Chart.js"
|
||||
git checkout --detach --quiet
|
||||
git add -f dist/*.js bower.json
|
||||
git add -f dist/*.js
|
||||
git commit -m "Release $VERSION"
|
||||
git tag -a "v$VERSION" -m "Version $VERSION"
|
||||
git push -q auth-origin refs/tags/v$VERSION 2>/dev/null
|
||||
|
||||
Reference in New Issue
Block a user