Skip to content

Commit

Permalink
Add GitHub upgrade script (chidiwilliams#226)
Browse files Browse the repository at this point in the history
  • Loading branch information
chidiwilliams authored Dec 9, 2022
1 parent c7f9b2e commit bc32271
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit bc32271

Please sign in to comment.