Skip to content

Commit

Permalink
smoke test before PR is created
Browse files Browse the repository at this point in the history
  • Loading branch information
jmazzitelli committed Nov 16, 2023
1 parent 8ce2e8f commit 1b2539d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,8 @@ jobs:
git push origin $(git rev-parse HEAD):refs/heads/$BUILD_TAG
hack/smoke-test-release-branch.sh --release-branch $BUILD_TAG
gh pr create -t "Prepare for next version" -b "Please, merge to update version numbers and prepare for release $NEXT_VERSION." -H $BUILD_TAG -B $RELEASE_BRANCH
# For a patch release, everything is ready to publish the generated charts.
Expand All @@ -229,6 +231,8 @@ jobs:
then
git push origin $(git rev-parse HEAD):refs/heads/$BUILD_TAG
hack/smoke-test-release-branch.sh --release-branch $BUILD_TAG
gh pr create -t "Prepare for next version" -b "Please, merge to update version numbers and prepare for release $NEXT_VERSION." -H $BUILD_TAG -B master
# We did a patch release. In this case we need to go back to the version branch and do changes
Expand All @@ -246,4 +250,4 @@ jobs:
git push origin $(git rev-parse HEAD):refs/tags/$RELEASE_VERSION
fi
fi

0 comments on commit 1b2539d

Please sign in to comment.