This is an automated email from the ASF dual-hosted git repository.

thisisnic pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/main by this push:
     new 362387a3e2 MINOR: [R] Update instructions for bumping NEWS.md (#36803)
362387a3e2 is described below

commit 362387a3e2e63d5f9f15634a0ebc85b03def3759
Author: Nic Crane <[email protected]>
AuthorDate: Mon Jul 24 19:27:23 2023 +0100

    MINOR: [R] Update instructions for bumping NEWS.md (#36803)
    
    ### Rationale for this change
    
    Update for release instructions to make things more clear, based on my 
experience doing a release recently.
    
    Authored-by: Nic Crane <[email protected]>
    Signed-off-by: Nic Crane <[email protected]>
---
 r/PACKAGING.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/r/PACKAGING.md b/r/PACKAGING.md
index ef996c88cf..edfca651e9 100644
--- a/r/PACKAGING.md
+++ b/r/PACKAGING.md
@@ -126,7 +126,7 @@ Wait for CRAN...
 - [ ] Tag the tip of the CRAN-specific release branch
 - [ ] 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 the docs with `pkgdown::build_site(examples 
= FALSE, lazy = TRUE, install = FALSE)` and submit a PR to [the `asf-site` 
branch of the docs site](https://github.com/apache/arrow-site) with the 
contents of `r/docs/news/index.html`.
+- [ ] (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`
 - [ ] (CRAN-only releases) Bump the version number in 
`r/pkgdown/assets/versions.json`, and update this on the [the `asf-site` branch 
of the docs site](https://github.com/apache/arrow-site) too.
 - [ ] Update the packaging checklist template to reflect any new realities of 
the
   packaging process.

Reply via email to