Skip to content

Commit

Permalink
MINOR: [R] Update R packaging steps to reflect current release process (
Browse files Browse the repository at this point in the history
apache#40651)

### Rationale for this change

R release process has changed a little and needs documenting

### What changes are included in this PR?

Documented changes

### Are these changes tested?

No

### Are there any user-facing changes?

No

Lead-authored-by: [Nic Crane <[email protected]>
Co-authored-by: Nic Crane <[email protected]>
Co-authored-by: Bryce Mecum <[email protected]>
Signed-off-by: Nic Crane <[email protected]>
  • Loading branch information
thisisnic and amoeba authored Mar 20, 2024
1 parent 8ec32aa commit 921863f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions r/PACKAGING.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Wait for the release candidate to be cut:

## After release candidate has been cut

- [ ] Create a CRAN-release branch from the release candidate commit
- [ ] Create a CRAN-release branch from the release candidate commit, name the new branch e.g. `maint-X.X.X-r` and push to upstream

## Prepare and check the .tar.gz that will be released to CRAN.

Expand Down Expand Up @@ -94,7 +94,7 @@ Ensure linux binary packages are available:

Wait for CRAN...
- [ ] Accepted!
- [ ] Tag the tip of the CRAN-specific release branch
- [ ] Tag the tip of the CRAN-specific release branch with `r-universe-release`
- [ ] 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)
- [ ] (patch releases only) Update the package version in `ci/scripts/PKGBUILD`, `dev/tasks/homebrew-formulae/autobrew/apache-arrow.rb`, `r/DESCRIPTION`, and `r/NEWS.md`
- [ ] (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`
Expand Down

0 comments on commit 921863f

Please sign in to comment.