From c70a9457395782b6f734e1e8dccb6c85c9e1df8b Mon Sep 17 00:00:00 2001 From: Charlie Drage Date: Tue, 24 Jan 2023 09:11:24 -0500 Subject: [PATCH] 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 Signed-off-by: Charlie Drage --- script/release.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/script/release.sh b/script/release.sh index a498f080..24899770 100755 --- a/script/release.sh +++ b/script/release.sh @@ -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"