chore: Add gh cli to just release
This commit is contained in:
parent
4f235be4f7
commit
ea4b760805
1 changed files with 1 additions and 0 deletions
1
justfile
1
justfile
|
|
@ -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}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue