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 86258a1 commit 6dcfc56Copy full SHA for 6dcfc56
scripts/release.sh
@@ -64,5 +64,5 @@ conventional-changelog -p angular -i CHANGELOG.md -s
64
65
git checkout -b release/${TAG} master
66
git add -u
67
-git commit -m "Release $TAG (release.sh)"
+git commit -m "chore: release $TAG (release.sh)"
68
git push origin release/${TAG}
0 commit comments