Skip to content

Commit

Permalink
add title
Browse files Browse the repository at this point in the history
  • Loading branch information
silesky committed Jul 24, 2022
1 parent b356bef commit 0bc0492
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/create-release-from-tags/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,10 @@ const createGithubRelease = async (
'release',
'create',
tag,
'--title',
tag,
'--notes',
releaseNotes || tag,
releaseNotes || '',
])
if (code !== 0) {
throw new Error(stderr.toString())
Expand Down

0 comments on commit 0bc0492

Please sign in to comment.