You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by li...@apache.org on 2023/06/20 12:35:58 UTC

[arrow-adbc] branch main updated: chore(dev/release): don't push to main in post-08-bump-versions (#822)

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

lidavidm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-adbc.git


The following commit(s) were added to refs/heads/main by this push:
     new 67bc05fd chore(dev/release): don't push to main in post-08-bump-versions (#822)
67bc05fd is described below

commit 67bc05fdb399da27dd6bfbd09989068f6f50e121
Author: David Li <li...@gmail.com>
AuthorDate: Tue Jun 20 08:35:53 2023 -0400

    chore(dev/release): don't push to main in post-08-bump-versions (#822)
    
    Fixes #821.
---
 dev/release/post-08-bump-versions.sh | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/dev/release/post-08-bump-versions.sh b/dev/release/post-08-bump-versions.sh
index 4d09fb83..152b34e8 100755
--- a/dev/release/post-08-bump-versions.sh
+++ b/dev/release/post-08-bump-versions.sh
@@ -53,5 +53,6 @@ git checkout apache-arrow-adbc-${version} -- CHANGELOG.md
 git commit -m "chore: update changelog for ${version}"
 echo "Updated changelog on branch."
 
-echo "Pushing changes to apache/arrow-adbc:main"
-git push apache main
+echo "Review the commits just made."
+echo "Then, push changes to apache/arrow-adbc:main with:"
+echo git push apache main