chore: adjust release command

This commit is contained in:
Gerald Pinder 2025-07-29 00:41:46 -04:00
parent 70cb269986
commit c8f4a25df3
No known key found for this signature in database

View file

@ -115,7 +115,7 @@ release *args:
VERSION=$(cargo metadata --format-version 1 | jq -r '.packages[] | select(.name == "blue-build") .version')
echo "Pushing tag: v${VERSION}"
git tag "v${VERSION}"
git tag -m "v${VERSION}" "v${VERSION}"
git push origin "v${VERSION}"
gh release create --generate-notes --latest "v${VERSION}"