Skip to content

Commit

Permalink
chore: fix release changelog generation
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Jan 30, 2021
1 parent a223f15 commit b8d5de1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .release-it.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
},
"github": {
"release": true,
"releaseName": "v${version}",
"releaseNotes": "echo \"${changelog}\" | sed 1,2d"
"releaseName": "v${version}"
},
"plugins": {
"@release-it/conventional-changelog": {
Expand Down

0 comments on commit b8d5de1

Please sign in to comment.