GH-50492: [R] Add release process skill#50499
Draft
thisisnic wants to merge 3 commits into
Draft
Conversation
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
thisisnic
commented
Jul 20, 2026
thisisnic
commented
Jul 20, 2026
Comment on lines
+347
to
+349
| ```r | ||
| pkgdown::build_news() | ||
| ``` |
Member
Author
There was a problem hiding this comment.
Suggested change
| ```r | |
| pkgdown::build_news() | |
| ``` | |
| ```r | |
| pkgdown::build_news("./r") |
Member
Author
There was a problem hiding this comment.
Don't merge this like this, adding code blocks as comments gets weird so we should manually apply the change to make sure we get all the backticks
thisisnic
commented
Jul 20, 2026
Comment on lines
+351
to
+353
| Submit a PR to the `asf-site` branch of https://github.com/apache/arrow-site with contents of `arrow/r/docs/news/index.html` replacing `arrow-site/docs/r/news/index.html`. | ||
|
|
||
| Bump the version in `r/pkgdown/assets/versions.json` and update on the `asf-site` branch too. |
Member
Author
There was a problem hiding this comment.
Suggested change
| Submit a PR to the `asf-site` branch of https://github.com/apache/arrow-site with contents of `arrow/r/docs/news/index.html` replacing `arrow-site/docs/r/news/index.html`. | |
| Bump the version in `r/pkgdown/assets/versions.json` and update on the `asf-site` branch too. | |
| Submit a PR to the `asf-site` branch of https://github.com/apache/arrow-site with contents of `arrow/r/docs/news/index.html` replacing `arrow-site/docs/r/news/index.html`. | |
| ```bash | |
| cd ~/arrow-site | |
| git fetch upstream | |
| git checkout upstream/asf-site | |
| git checkout -b "r-25.0.0" | |
| cp ~/arrow/r/docs/news/index.html ./docs/r/news/index.html | |
| git add docs/r/news/index.html | |
| git commit -m "update R news page" | |
| git push --set-upstream origin r-25.0.0 |
If necessary, bump the version in r/pkgdown/assets/versions.json and update on the asf-site branch too.
Member
Author
There was a problem hiding this comment.
Don't merge this comment like this, adding code blocks as comments gets weird so we should manually apply the change to make sure we get all the backticks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Rationale for this change
Add a Claude Code skill to guide folks through the CRAN release process, and add
.claude/to the RAT excludes.What changes are included in this PR?
.claude/skills/r-cran-release/SKILL.mdwith step-by-step CRAN release instructions.claude/*todev/release/rat_exclude_files.txtr/PACKAGING.md(covered by later steps)Are these changes tested?
No code changes to test.
Are there any user-facing changes?
No.