Finish removing bower (#7294)

This commit is contained in:
Ben McCann
2020-04-28 14:34:49 -07:00
committed by Evert Timberg
parent e457b3d3a0
commit 2b2e49728e
8 changed files with 3 additions and 98 deletions

View File

@@ -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