We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b57f60 commit 5c3afd7Copy full SHA for 5c3afd7
scripts/create_semver_tag.sh
@@ -36,9 +36,10 @@ if [ "$TRAVIS_REPO_SLUG" == "$REPO" ] \
36
git config remote.origin.url https://${GH_TOKEN}@github.com/${REPO}
37
38
# Commit the build for bower
39
- npm run build
40
- git add -f dist/
41
- git commit -m "building dist/ scripts for release"
+ # disabled: this is now handled by scripts.version in package.json, which in turn calls npm_version.sh
+# npm run build
+# git add -f dist/
42
+# git commit -m "building dist/ scripts for release"
43
44
# create the tag
45
npm version $SEMVER
0 commit comments