Skip to content

Commit

Permalink
chore: use conv commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
vmihailenco committed Oct 4, 2021
1 parent 86258a1 commit 6dcfc56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,5 @@ conventional-changelog -p angular -i CHANGELOG.md -s

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

0 comments on commit 6dcfc56

Please sign in to comment.