Skip to content

Commit

Permalink
Prevent changelog consisting of commit messages
Browse files Browse the repository at this point in the history
This doesn't seem to provide value. We may have to craft release notes
manually for a GitHub release (thus we keep creating the release as a
draft).
  • Loading branch information
carhartl committed Sep 13, 2019
1 parent 21c66c7 commit cc6b35c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .release-it.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"git": {
"changelog": null,
"commitMessage": "Craft v${version} release",
"requireCleanWorkingDir": false,
"tagAnnotation": "Release v${version}",
Expand Down

0 comments on commit cc6b35c

Please sign in to comment.