kou commented on code in PR #43271:
URL: https://github.com/apache/arrow/pull/43271#discussion_r1678888923


##########
dev/release/post-01-tag.sh:
##########
@@ -25,8 +25,11 @@ if [ "$#" -ne 2 ]; then
   exit
 fi
 
+version=$1
+rc=$2
+
 # Create the release tag and trigger the Publish Release workflow.
-release_candidate_tag=apache-arrow-${version}-rc${num}
+release_candidate_tag=apache-arrow-${version}-rc${rc}
 release_tag=apache-arrow-${version}

Review Comment:
   ```suggestion
   release_tag=apache-arrow-${version}
   release_candidate_tag=${release_tag}-rc${rc}
   ```
   
   may be better.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to