fix small errors in release script (#1563)

Noticed a few errors in the release script when doing the 1.28.0 release
this month! So here is the updated script.

Signed-off-by: Charlie Drage <charlie@charliedrage.com>

Signed-off-by: Charlie Drage <charlie@charliedrage.com>
This commit is contained in:
Charlie Drage 2023-01-24 09:11:24 -05:00 committed by GitHub
parent c4137012e3
commit c70a945739
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -105,7 +105,7 @@ git_commit() {
git add .
git commit -m "$1 Release"
git push origin $BRANCH
gh pr
gh pr create
echo ""
echo "PR opened against master to update version"
@ -220,7 +220,6 @@ main() {
"Create PR"
"Sync with upstream"
"Build binaries"
"Build packages"
"Create tarballs"
"Generate install guide"
"Upload the binaries and push to GitHub release page"