Skip to content

Commit 6dcfc56

Browse files
committed
chore: use conv commit message
1 parent 86258a1 commit 6dcfc56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,5 +64,5 @@ conventional-changelog -p angular -i CHANGELOG.md -s
6464

6565
git checkout -b release/${TAG} master
6666
git add -u
67-
git commit -m "Release $TAG (release.sh)"
67+
git commit -m "chore: release $TAG (release.sh)"
6868
git push origin release/${TAG}

0 commit comments

Comments
 (0)