Skip to content

Commit

Permalink
chore: fix commit message in release-it
Browse files Browse the repository at this point in the history
  • Loading branch information
mattjennings committed Mar 29, 2022
1 parent 6a39eb2 commit 07ee5cd
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .release-it.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@
"after:bump": "npm run build"
},
"git": {
"requireCleanWorkingDir": true
"requireCleanWorkingDir": true,
"commitMessage": "chore: release v${version}"
},
"github": {
"release": true
},
"npm": {
"publish": true,
Expand Down

0 comments on commit 07ee5cd

Please sign in to comment.