You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "sgilmore10 (via GitHub)" <gi...@apache.org> on 2024/04/09 14:47:25 UTC

[I] [Packaging][Release] Modify `dev/release/01-prepare.sh` to create release-candidate-specific git tags (`apache-arrow-{MAJOR}-{MINOR}-{PATCH}-rc{RC_NUM}`) [arrow]

sgilmore10 opened a new issue, #41102:
URL: https://github.com/apache/arrow/issues/41102

   ### Describe the enhancement requested
   
   As per @kou's [suggestion](https://github.com/apache/arrow/pull/40956#discussion_r1556447060) in #40956, we should modify the release preparation script (`dev/release/01-prepare.sh`) to create release candidate-specific git tags (i.e. `apache-arrow-{MAJOR}-{MINOR}-{PATCH}-rc{RC_NUM}`) instead of generic release git tags (i.e. `apache-arrow-{MAJOR}-{MINOR}-{PATCH}`). Once a release candidate is approved, the generic release git tag can be created from the approved release candidate's git tag.
   
   The new release workflow would be the following:
   
   > 1. Create a apache-arrow-X.Y.Z-rc0 tag for X.Y.Z RC0 
   > 2. (Found a problem for X.Y.Z RC0)
   > 3. Create a apache-arrow-X.Y.Z-rc1 tag for X.Y.Z RC1
   > 4. Vote
   > 5. Passed
   > 6. Create a apache-arrow-X.Y.Z tag from apache-arrow-X.Y.Z-rc1 ike apache/arrow-adbc and apache/arrow-flight-sql-postgresql do
   
   See @kou's [comment](https://github.com/apache/arrow/pull/40956#discussion_r1556447060) for more details.
   
   
   
   
   ### Component(s)
   
   Packaging, Release


-- 
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: issues-unsubscribe@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] [Packaging][Release] Create unique git tags for release candidates (e.g. `apache-arrow-{MAJOR}.{MINOR}.{PATCH}-rc{RC_NUM}`) [arrow]

Posted by "kou (via GitHub)" <gi...@apache.org>.
kou commented on issue #41102:
URL: https://github.com/apache/arrow/issues/41102#issuecomment-2048417380

   I think that we don't need to delete old RC tags. Because there is no limit on the total size of a release: https://docs.github.com/en/repositories/releasing-projects-on-github/about-releases#storage-and-bandwidth-quotas


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] [Packaging][Release] Modify `dev/release/01-prepare.sh` to create release-candidate-specific git tags (`apache-arrow-{MAJOR}-{MINOR}-{PATCH}-rc{RC_NUM}`) [arrow]

Posted by "sgilmore10 (via GitHub)" <gi...@apache.org>.
sgilmore10 commented on issue #41102:
URL: https://github.com/apache/arrow/issues/41102#issuecomment-2045855331

   take


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] [Packaging][Release] Modify `dev/release/01-prepare.sh` to create release-candidate-specific git tags (`apache-arrow-{MAJOR}-{MINOR}-{PATCH}-rc{RC_NUM}`) [arrow]

Posted by "kou (via GitHub)" <gi...@apache.org>.
kou commented on issue #41102:
URL: https://github.com/apache/arrow/issues/41102#issuecomment-2046274094

   @raulcd What do you think about this workflow change?


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] [Packaging][Release] Modify `dev/release/01-prepare.sh` to create release-candidate-specific git tags (`apache-arrow-{MAJOR}-{MINOR}-{PATCH}-rc{RC_NUM}`) [arrow]

Posted by "raulcd (via GitHub)" <gi...@apache.org>.
raulcd commented on issue #41102:
URL: https://github.com/apache/arrow/issues/41102#issuecomment-2046894134

   I am happy with it. We might want to add the deletion of old RC tags once we create the tag that has passed the vote.


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org