Skip to content

Commit

Permalink
fix small errors in release script (#1563)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
cdrage committed Jan 24, 2023
1 parent c413701 commit c70a945
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions script/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit c70a945

Please sign in to comment.