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

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


The following commit(s) were added to refs/heads/master by this push:
     new 75ca3b21bc ARROW-16997: [Doc][Dev] Update arrow/dev README (#13694)
75ca3b21bc is described below

commit 75ca3b21bc39ed91274aca7da57ee9328ae3c087
Author: Alenka Frim <[email protected]>
AuthorDate: Sun Jul 24 20:41:39 2022 +0200

    ARROW-16997: [Doc][Dev] Update arrow/dev README (#13694)
    
    Authored-by: Alenka Frim <[email protected]>
    Signed-off-by: David Li <[email protected]>
---
 dev/README.md | 53 ++++++++++++++++++++---------------------------------
 1 file changed, 20 insertions(+), 33 deletions(-)

diff --git a/dev/README.md b/dev/README.md
index cd0b925817..6b7bc0271f 100644
--- a/dev/README.md
+++ b/dev/README.md
@@ -77,48 +77,35 @@ title       Blah Blah Blah
 source repo/branch
 target master
 url    https://api.github.com/repos/apache/arrow/pulls/X
+=== JIRA ARROW-#Y ===
+Summary                Blah Blah Blah
+Assignee       Name
+Components     C++
+Status         In Progress
+URL            https://issues.apache.org/jira/browse/ARROW-#Y
 
 Proceed with merging pull request #3? (y/n):
 ```
 If this looks good, type y and hit enter.
 ```
-From git-wip-us.apache.org:/repos/asf/arrow.git
- * [new branch]      master     -> PR_TOOL_MERGE_PR_3_MASTER
-Switched to branch 'PR_TOOL_MERGE_PR_3_MASTER'
+Author 1: Name
+Pull request #X merged!
+Merge hash: #hash
 
-Merge complete (local ref PR_TOOL_MERGE_PR_3_MASTER). Push to apache? (y/n):
+Would you like to update the associated JIRA? (y/n): y
+Enter comma-separated fix version(s) [9.0.0]:
 ```
-A local branch with the merge has been created.
-type y and hit enter to push it to apache master
+You can just hit enter and the associated JIRA will be resolved
+with the current fix version.
 ```
-Counting objects: 67, done.
-Delta compression using up to 4 threads.
-Compressing objects: 100% (26/26), done.
-Writing objects: 100% (36/36), 5.32 KiB, done.
-Total 36 (delta 17), reused 0 (delta 0)
-To git-wip-us.apache.org:/repos/arrow-mr.git
-   b767ac4..485658a  PR_TOOL_MERGE_PR_X_MASTER -> master
-Restoring head pointer to b767ac4e
-Note: checking out 'b767ac4e'.
-
-You are in 'detached HEAD' state. You can look around, make experimental
-changes and commit them, and you can discard any commits you make in this
-state without impacting any branches by performing another checkout.
-
-If you want to create a new branch to retain commits you create, you may
-do so (now or later) by using -b with the checkout command again. Example:
-
-  git checkout -b new_branch_name
-
-HEAD is now at b767ac4... Update README.md
-Deleting local branch PR_TOOL_MERGE_PR_X
-Deleting local branch PR_TOOL_MERGE_PR_X_MASTER
-Pull request #X merged!
-Merge hash: 485658a5
-
-Would you like to pick 485658a5 into another branch? (y/n):
+Successfully resolved ARROW-#Y!
+=== JIRA ARROW-#Y ===
+Summary                Blah Blah Blah
+Assignee       Name
+Components     C++
+Status         Resolved
+URL            https://issues.apache.org/jira/browse/ARROW-#Y
 ```
-For now just say n as we have 1 branch
 
 ## Verifying Release Candidates
 

Reply via email to