We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77d1d0c commit 5ac504bCopy full SHA for 5ac504b
Makefile
@@ -59,7 +59,7 @@ release:
59
gh pr create --fill --label no-release-notes
60
gh pr diff | cat
61
@read -n 1 -p "are you sure you want to release v$(version)? [Y/n] " confirmation && if [ "$$confirmation" = "Y" ]; then echo " continuing..."; else echo " aborting..."; exit 1; fi
62
- gh pr merge --admin --squash --delete-branch
+ gh pr merge --admin --squash
63
git checkout main
64
git pull
65
git tag "v$(version)" main
0 commit comments