Skip to content

Commit

Permalink
updated release.bash
Browse files Browse the repository at this point in the history
  • Loading branch information
R. S. Doiel committed Oct 24, 2024
1 parent 5786858 commit 2560ff9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions release.bash
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,9 @@
#
# Generate a new draft release using Make and gh
#
make
make website
make release
RELEASE_TAG="v$(jq -r .version codemeta.json)"
RELEASE_NOTES="$(jq .releaseNotes codemeta.json)"
make save msg="prep for ${RELEASE_TAG}, $RELEASE_NOTES}"
# Now generate a draft releas
gh release create "${RELEASE_TAG}" \
--verify-tag --draft \
Expand Down

0 comments on commit 2560ff9

Please sign in to comment.