chore: adjust release command
This commit is contained in:
parent
70cb269986
commit
c8f4a25df3
1 changed files with 1 additions and 1 deletions
2
justfile
2
justfile
|
|
@ -115,7 +115,7 @@ release *args:
|
||||||
|
|
||||||
VERSION=$(cargo metadata --format-version 1 | jq -r '.packages[] | select(.name == "blue-build") .version')
|
VERSION=$(cargo metadata --format-version 1 | jq -r '.packages[] | select(.name == "blue-build") .version')
|
||||||
echo "Pushing tag: v${VERSION}"
|
echo "Pushing tag: v${VERSION}"
|
||||||
git tag "v${VERSION}"
|
git tag -m "v${VERSION}" "v${VERSION}"
|
||||||
git push origin "v${VERSION}"
|
git push origin "v${VERSION}"
|
||||||
gh release create --generate-notes --latest "v${VERSION}"
|
gh release create --generate-notes --latest "v${VERSION}"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue