thisisnic commented on code in PR #48078: URL: https://github.com/apache/arrow/pull/48078#discussion_r2499748745
########## r/PACKAGING.md: ########## @@ -78,7 +78,7 @@ _This step must be done by the current package maintainer._ ## Wait for CRAN to Accept the Submission - [ ] CRAN has accepted the submission. -- [ ] Tag the tip of the CRAN-specific release branch with `r-universe-release`. +- [ ] Tag the tip of the CRAN-specific release branch with `r-universe-release`: `git tag -f r-universe-release maint-X.Y.Z-r && git push upstream r-universe-release --force` (ensure you push only this specific tag to avoid accidentally pushing other local tags). Review Comment: ```suggestion - [ ] Tag the tip of the CRAN-specific release branch with `r-universe-release`; e.g. `git tag -f r-universe-release maint-X.Y.Z-r && git push upstream r-universe-release --force` ``` -- 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]
