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:
+1
-2
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user