Skip to content

Commit

Permalink
fix: release-it config
Browse files Browse the repository at this point in the history
  • Loading branch information
CyanSalt committed Sep 23, 2021
1 parent 6f0bd2f commit 9c5208e
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
@@ -1,6 +1,10 @@
{
"git": {
"commitMessage": "chore: release v${version}"
},
"github": {
"release": true
"release": true,
"releaseName": "${version}"
},
"plugins": {
"@release-it/conventional-changelog": {
Expand Down

0 comments on commit 9c5208e

Please sign in to comment.