Skip to content

Commit

Permalink
chore(release): remove unnecessary date from github release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
rchl committed May 4, 2020
1 parent ca57eeb commit 6410371
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .release-it.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ module.exports = {
},
github: {
release: true,
releaseName: '${version}'
releaseName: '${version}',
releaseNotes: 'echo "${changelog}" | sed 1,2d'
},
plugins: {
'@release-it/conventional-changelog': {
Expand Down

0 comments on commit 6410371

Please sign in to comment.