Skip to content

Commit d4c3fb5

Browse files
committed
chore: further refinements to automatic release script
1 parent d74bc76 commit d4c3fb5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

scripts/release.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,8 @@ gh release create v$RELEASE \
3838
kaybee/dist/kaybee-${RELEASE}_darwin-amd64 \
3939
kaybee/dist/kaybee-${RELEASE}_win-amd64 \
4040
--notes-file /tmp/CHANGELOG-${RELEASE}.md \
41-
--prerelease \
42-
--draft
43-
41+
--draft \
42+
--title "v$RELEASE"
4443

4544
echo "Update the version for the next relase cycle (Enter to proceed)"
4645
read

0 commit comments

Comments
 (0)