alamb opened a new pull request, #797:
URL: https://github.com/apache/arrow-rs-object-store/pull/797

   ## What changes are included in this PR?
   
   This does the same thing as apache/arrow-rs#7042 for arrow-rs-object-store: 
it adds a GitHub Actions workflow that creates a GitHub Release automatically 
when a release tag is pushed.
   
   The workflow follows the current arrow-rs release flow, including the 
subsequent updates made after apache/arrow-rs#7042:
   - ignores RC tags so release candidates do not create GitHub Releases
   - grants the workflow contents write permission for gh release create
   - uses the pinned actions/checkout hash currently used by arrow-rs
   - uses CHANGELOG.md as the release notes file
   
   This also updates the release instructions to check that the generated 
GitHub Release exists and contains the expected changelog.
   
   ## Notes
   
   This should be used with the RC-tag release flow from #796, so only the 
final post-approval v<version> tag creates a GitHub Release.
   
   ## Validation
   
   - git diff --check
   - Parsed .github/workflows/release.yml with Ruby YAML loading
   


-- 
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