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 c124d2f commit 05e39c0Copy full SHA for 05e39c0
build/release.sh
@@ -11,7 +11,7 @@ then
11
# run tests
12
npm test 2>/dev/null
13
14
- npm version $VERSION --message "[release] $VERSION"
+ npm version $VERSION --message "release: $VERSION"
15
16
# publish
17
git push origin refs/tags/v$VERSION
0 commit comments