Skip to content

Commit

Permalink
Quick Save
Browse files Browse the repository at this point in the history
  • Loading branch information
R. S. Doiel committed Oct 24, 2024
1 parent 2560ff9 commit 1128bff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions release.bash
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#!/bin/bash

#
# Generate a new draft release using Make and gh
# Generate a new draft release using jq and gh
#
RELEASE_TAG="v$(jq -r .version codemeta.json)"
RELEASE_NOTES="$(jq .releaseNotes codemeta.json)"
RELEASE_NOTES="$(jq -r .releaseNotes codemeta.json)"
make save msg="prep for ${RELEASE_TAG}, $RELEASE_NOTES}"
# Now generate a draft releas
gh release create "${RELEASE_TAG}" \
Expand Down

0 comments on commit 1128bff

Please sign in to comment.