Skip to content

Commit e5a8831

Browse files
committed
Lowercase release
1 parent 8139323 commit e5a8831

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ if [[ $REPLY =~ ^[Yy]$ ]]; then
6363
# commit
6464
git add -A
6565
git add -f packages/**/*.*
66-
git commit -m "$VERSION Release"
66+
git commit -m "$VERSION release"
6767

6868
# publish
6969
git push

0 commit comments

Comments
 (0)