amoeba commented on code in PR #47944: URL: https://github.com/apache/arrow/pull/47944#discussion_r2470708605
########## r/PACKAGING.md: ########## @@ -58,7 +58,8 @@ _Wait for the release candidate to be created._ - [ ] Run `urlchecker::url_check()` on the R directory. - [ ] Create a PR entitled `WIP: [R] Verify CRAN release-X.Y.Z-rcX`. Add a comment `@github-actions crossbow submit --group r` to run all R crossbow jobs against the CRAN-specific release branch. - [ ] Run `Rscript tools/update-checksums.R <libarrow version>` to download the checksums for the pre-compiled binaries from the ASF artifactory into the tools directory. -- [ ] Regenerate arrow_X.Y.Z.tar.gz (i.e., `make build`). +- [ ] Commit the checksums: `git add -f tools/checksums/ && git commit -m "[CRAN] Add checksums"` Review Comment: Is this just so we have a commit with the checksums on the maint branch for record keeping? Seems like a good improvement if so. -- 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]
