We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fa1619 commit 271dde8Copy full SHA for 271dde8
build/release.sh
@@ -30,10 +30,10 @@ if [[ $REPLY =~ ^[Yy]$ ]]; then
30
# commit
31
git add -A
32
git commit -m "[build] $VERSION $RELEASE_TAG"
33
- npm version $VERSION --message "[release] $VERSION $RELEASE_TAG"
+ npm --no-git-tag-version version $VERSION --message "[release] $VERSION $RELEASE_TAG"
34
35
# changelog
36
- node_modules/.bin/conventional-changelog -p angular -i CHANGELOG.md -s -r 1
+ node_modules/.bin/conventional-changelog -p angular -i CHANGELOG.md -s
37
38
git add .
39
git commit -m "chore: add changelog $VERSION"
0 commit comments