From 5a209aef2e8d53f1cda2ec1038a2d56d3aa8db3b Mon Sep 17 00:00:00 2001 From: Nic Crane Date: Mon, 18 Mar 2024 17:45:13 -0400 Subject: [PATCH 1/2] Update PACKAGING.md --- r/PACKAGING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/r/PACKAGING.md b/r/PACKAGING.md index 4edeb4f2130cc..39ce8cc1e1148 100644 --- a/r/PACKAGING.md +++ b/r/PACKAGING.md @@ -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-15.0.1-r` and push to upstream ## Prepare and check the .tar.gz that will be released to CRAN. @@ -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` From a6b7b717bfcd23031a30351ab072181d424c5e8d Mon Sep 17 00:00:00 2001 From: Nic Crane Date: Tue, 19 Mar 2024 05:57:00 -0400 Subject: [PATCH 2/2] Update r/PACKAGING.md Co-authored-by: Bryce Mecum --- r/PACKAGING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/r/PACKAGING.md b/r/PACKAGING.md index 39ce8cc1e1148..abe86a62fdc4f 100644 --- a/r/PACKAGING.md +++ b/r/PACKAGING.md @@ -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, name the new branch e.g. `maint-15.0.1-r` and push to upstream +- [ ] 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.