You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ib...@apache.org on 2020/06/03 23:12:40 UTC

[beam] branch master updated: [BEAM-10187] Push release candidate tag to Github.

This is an automated email from the ASF dual-hosted git repository.

ibzib pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new aff2a05  [BEAM-10187] Push release candidate tag to Github.
     new 9aaf9ab  Merge pull request #11914 from ibzib/BEAM-10187
aff2a05 is described below

commit aff2a05c4d3bf039a93252c7bc2dac698a579125
Author: Kyle Weaver <kc...@google.com>
AuthorDate: Wed Jun 3 16:29:34 2020 -0400

    [BEAM-10187] Push release candidate tag to Github.
---
 release/src/main/scripts/build_release_candidate.sh | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/release/src/main/scripts/build_release_candidate.sh b/release/src/main/scripts/build_release_candidate.sh
index df5470b..df434c3 100755
--- a/release/src/main/scripts/build_release_candidate.sh
+++ b/release/src/main/scripts/build_release_candidate.sh
@@ -106,9 +106,8 @@ if [[ $confirmation = "y" ]]; then
                 -Prelease.releaseVersion=${RELEASE}-RC${RC_NUM} \
                 -Prelease.useAutomaticVersion=true --info --no-daemon
 
-  echo "Please make sure gradle release succeed: "
-  echo "1. release code has been pushed to github repo."
-  echo "2. new rc tag has created in github."
+  git push origin "${RELEASE_BRANCH}"
+  git push origin "v${RELEASE}-RC${RC_NUM}"
 
   echo "-------------Staging Java Artifacts into Maven---------------"
   gpg --local-user ${SIGNING_KEY} --output /dev/null --sign ~/.bashrc