This is an automated email from the ASF dual-hosted git repository. showuon pushed a commit to branch 3.9 in repository https://gitbox.apache.org/repos/asf/kafka.git
commit 1962455fd604dd501a90a5a8147900582c6b5739 Author: Luke Chen <show...@gmail.com> AuthorDate: Tue Apr 22 13:45:26 2025 +0800 test --- release/release.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/release/release.py b/release/release.py index 2989e3a6dd1..6ad419f09cb 100644 --- a/release/release.py +++ b/release/release.py @@ -299,6 +299,8 @@ git.commit(f"Bump version to {release_version}") git.create_tag(rc_tag) git.switch_branch(starting_branch) git.merge_ref(rc_tag) +git.push_ref(rc_tag) +git.push_ref(starting_branch) # Note that we don't use tempfile here because mkdtemp causes problems with being able to determine the absolute path to a file. # Instead we rely on a fixed path