forked from LaconicNetwork/kompose
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:
parent
c4137012e3
commit
c70a945739
@ -105,7 +105,7 @@ git_commit() {
|
|||||||
git add .
|
git add .
|
||||||
git commit -m "$1 Release"
|
git commit -m "$1 Release"
|
||||||
git push origin $BRANCH
|
git push origin $BRANCH
|
||||||
gh pr
|
gh pr create
|
||||||
|
|
||||||
echo ""
|
echo ""
|
||||||
echo "PR opened against master to update version"
|
echo "PR opened against master to update version"
|
||||||
@ -220,7 +220,6 @@ main() {
|
|||||||
"Create PR"
|
"Create PR"
|
||||||
"Sync with upstream"
|
"Sync with upstream"
|
||||||
"Build binaries"
|
"Build binaries"
|
||||||
"Build packages"
|
|
||||||
"Create tarballs"
|
"Create tarballs"
|
||||||
"Generate install guide"
|
"Generate install guide"
|
||||||
"Upload the binaries and push to GitHub release page"
|
"Upload the binaries and push to GitHub release page"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user