Skip to content

Commit

Permalink
chore: further refinements to automatic release script
Browse files Browse the repository at this point in the history
  • Loading branch information
copernico committed Oct 1, 2020
1 parent d74bc76 commit d4c3fb5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,8 @@ gh release create v$RELEASE \
kaybee/dist/kaybee-${RELEASE}_darwin-amd64 \
kaybee/dist/kaybee-${RELEASE}_win-amd64 \
--notes-file /tmp/CHANGELOG-${RELEASE}.md \
--prerelease \
--draft

--draft \
--title "v$RELEASE"

echo "Update the version for the next relase cycle (Enter to proceed)"
read
Expand Down

0 comments on commit d4c3fb5

Please sign in to comment.