This is an automated email from the ASF dual-hosted git repository. pcongiusti pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git
The following commit(s) were added to refs/heads/main by this push: new e79b0b1f Update release-branch.sh e79b0b1f is described below commit e79b0b1f5596b73945cb44870d0b23072fae49d6 Author: Pasquale Congiusti <pasquale.congiu...@gmail.com> AuthorDate: Mon Jul 3 12:05:44 2023 +0200 Update release-branch.sh --- scripts/release-branch.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/release-branch.sh b/scripts/release-branch.sh index 44341ed0..fe204826 100755 --- a/scripts/release-branch.sh +++ b/scripts/release-branch.sh @@ -52,6 +52,8 @@ main() { else git add --all git commit -m "chore: starting release branch for $new_release_branch" || true + # We must push on main as well, as it contains the changes for CI workflows + git push --set-upstream origin main git push --set-upstream origin $new_release_branch echo "🎉 Changes pushed correctly!" fi