Skip to content

Commit

Permalink
build: add default title to gh release
Browse files Browse the repository at this point in the history
  • Loading branch information
panva committed Apr 21, 2023
1 parent 5e4862e commit 23a7bb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .release-notes.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ fs.writeFileSync(
.join('\n'),
)

execSync(`gh release create ${tag} -F notes.md --discussion-category Releases`)
execSync(`gh release create ${tag} -F notes.md --title ${tag} --discussion-category Releases`)

0 comments on commit 23a7bb8

Please sign in to comment.