Skip to content

Commit 84a5e30

Browse files
committed
chore(release): adapt commit messages
1 parent 3362683 commit 84a5e30

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripts/release.sh

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ then
1212

1313
# commit
1414
git add dist
15-
git commit -m "[build] $VERSION"
16-
npm version $VERSION --message "[release] $VERSION"
15+
git commit -m "chore(build): $VERSION"
16+
npm version $VERSION --message "chore(release): $VERSION"
1717

1818
# publish
1919
git push origin refs/tags/v$VERSION
@@ -24,6 +24,6 @@ then
2424
npm run changelog
2525
read OKAY
2626
git add CHANGELOG.md
27-
git commit -m "[changelog] $VERSION"
27+
git commit -m "chore(changelog): $VERSION"
2828
git push
2929
fi

0 commit comments

Comments
 (0)