Skip to content

Commit 48f0881

Browse files
committedApr 21, 2023
build: add default title to gh release
1 parent 7c46ae3 commit 48f0881

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.release-notes.cjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ fs.writeFileSync(
1717
.join('\n'),
1818
)
1919

20-
execSync(`gh release create ${tag} -F notes.md`)
20+
execSync(`gh release create ${tag} -F notes.md --title ${tag}`)

0 commit comments

Comments
 (0)