chore: Add gh cli to just release

This commit is contained in:
Gerald Pinder 2024-06-03 09:59:53 -04:00
parent 4f235be4f7
commit ea4b760805

View file

@ -27,3 +27,4 @@ release *args:
echo "Pushing tag: v${VERSION}"
git tag "v${VERSION}"
git push origin "v${VERSION}"
gh release create --generate-notes --latest "v${VERSION}"