Skip to content

Commit 05e39c0

Browse files
committed
build: follow commit convention in release script
1 parent c124d2f commit 05e39c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ then
1111
# run tests
1212
npm test 2>/dev/null
1313

14-
npm version $VERSION --message "[release] $VERSION"
14+
npm version $VERSION --message "release: $VERSION"
1515

1616
# publish
1717
git push origin refs/tags/v$VERSION

0 commit comments

Comments
 (0)