Skip to content

Commit 60b976b

Browse files
authored
MINOR: [R] Update R packaging instructions to show how to move the r-universe-release tag (#48078)
### Rationale for this change We need instructions for this as I did it wrong earlier and don't love force pushing mistakes to the main repo ### What changes are included in this PR? Explicit instructions on how to do this correctly ### Are these changes tested? Locally, sure ### Are there any user-facing changes? Nah Authored-by: Nic Crane <thisisnic@gmail.com> Signed-off-by: Raúl Cumplido <raulcumplido@gmail.com>
1 parent 39c865e commit 60b976b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

r/PACKAGING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ _This step must be done by the current package maintainer._
7878
## Wait for CRAN to Accept the Submission
7979

8080
- [ ] CRAN has accepted the submission.
81-
- [ ] Tag the tip of the CRAN-specific release branch with `r-universe-release`.
81+
- [ ] 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`
8282
- [ ] Add a new line to the matrix in the [backwards compatability job](https://github.com/apache/arrow/blob/main/dev/tasks/r/github.linux.arrow.version.back.compat.yml).
8383
- [ ] (patch releases only) Update the package version in `ci/scripts/PKGBUILD`, `r/DESCRIPTION`, and `r/NEWS.md`.
8484
- [ ] (CRAN-only releases) Rebuild news page with `pkgdown::build_news()` and submit a PR to the asf-site branch of the docs site with the contents of `arrow/r/docs/news/index.html` replacing the current contents of `arrow-site/docs/r/news/index.html`.

0 commit comments

Comments
 (0)