Skip to content

Commit

Permalink
fix: wrong commit message in release-it
Browse files Browse the repository at this point in the history
  • Loading branch information
Marvin Heilemann committed Feb 12, 2020
1 parent 576f294 commit 84cbb36
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .release-it.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,15 @@
"requireCommits": false,
"tagName": "v${version}",
"commit": true,
"commitMessage": "chore: release ${version}",
"push": true
},
"npm": {
"publish": false
},
"github": {
"release": true,
"releaseName": "chore: release ${version}",
"releaseName": "Release ${version}",
"draft": true,
"tokenRef": "GITHUB_ACCESS_TOKEN"
},
Expand Down

0 comments on commit 84cbb36

Please sign in to comment.