Skip to content

Commit

Permalink
always use tag version for release title, prevent using annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
hipstersmoothie committed Mar 27, 2020
1 parent 727fe80 commit 0a84c40
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/src/git.ts
Original file line number Diff line number Diff line change
Expand Up @@ -774,6 +774,7 @@ export default class Git {
owner: this.options.owner,
repo: this.options.repo,
tag_name: tag,
name: tag,
body: releaseNotes,
prerelease,
});
Expand Down

0 comments on commit 0a84c40

Please sign in to comment.