You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ch...@apache.org on 2022/11/25 08:57:48 UTC

[flink-connector-shared-utils] branch release_utils updated: [hotfix] Remove message about pushing changes

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

chesnay pushed a commit to branch release_utils
in repository https://gitbox.apache.org/repos/asf/flink-connector-shared-utils.git


The following commit(s) were added to refs/heads/release_utils by this push:
     new 9339688  [hotfix] Remove message about pushing changes
9339688 is described below

commit 9339688f84a400d24cb3e45e755a0e1d672ad9bb
Author: Chesnay Schepler <ch...@apache.org>
AuthorDate: Fri Nov 25 09:57:44 2022 +0100

    [hotfix] Remove message about pushing changes
    
    Misleading because the final release commit will not exist on any branch.
---
 update_branch_version.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/update_branch_version.sh b/update_branch_version.sh
index dc793da..0c43b57 100755
--- a/update_branch_version.sh
+++ b/update_branch_version.sh
@@ -35,7 +35,7 @@ function update_branch_version {
 
   git commit -am "Update version to $NEW_VERSION"
 
-  echo "Done. Don't forget to push the change."
+  echo "Done."
 }
 
 (update_branch_version)