mirror of
https://github.com/chidiwilliams/buzz.git
synced 2026-03-14 22:55:46 +01:00
Add GitHub upgrade script (#226)
This commit is contained in:
parent
c7f9b2e248
commit
bc322714c9
1 changed files with 12 additions and 0 deletions
12
Makefile
12
Makefile
|
|
@ -150,3 +150,15 @@ ggml:
|
|||
|
||||
upload_brew:
|
||||
brew bump-cask-pr --version ${version} buzz
|
||||
|
||||
gh_upgrade_pr:
|
||||
git checkout main && git pull
|
||||
git checkout -b upgrade-to-${version}
|
||||
|
||||
make version version=${version}
|
||||
|
||||
git commit -am "Upgrade to ${version}"
|
||||
git push --set-upstream origin upgrade-to-${version}
|
||||
|
||||
gh pr create --fill
|
||||
gh pr merge upgrade-to-${version} --auto --squash
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue