Skip to content

Commit

Permalink
Merge pull request #368 from zonkyio/github-release-name
Browse files Browse the repository at this point in the history
Use version as GitHub release
  • Loading branch information
bobisjan authored Feb 8, 2020
2 parents 438d178 + 2ff2160 commit 1ef50ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .release-it.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ module.exports = {
},
github: {
release: true,
releaseName: 'v${version}',
releaseNotes:
'yarn changelog --next-version="Release Notes" --from=v${latestVersion}',
},
Expand Down

0 comments on commit 1ef50ea

Please sign in to comment.