You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: contributors.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,8 +57,9 @@ This process is facilitated by public [GitHub Actions](https://github.com/featur
57
57
## Updating your package
58
58
59
59
To update your package to a new version on R-multiverse, simply create a new release on [GitHub](https://docs.github.com/en/repositories/releasing-projects-on-github/about-releases) or [GitLab](https://docs.gitlab.com/user/project/releases/).
60
-
Please be sure to set the new release as the latest release.
61
-
Sometimes this does not happen automatically.
60
+
[`usethis::use_github_release()`](https://usethis.r-lib.org/reference/use_github_release.html) makes this process easy for packages hosted on GitHub.^[See <https://juliasilge.com/blog/r-pkg-release/> for an example of a comprehensive package release workflow.]
61
+
If you instead create the release manually in the GitHub.com web interface, please be sure to set the new release as the latest release.
62
+
Sometimes the newest release does not automatically become "latest".
62
63
On GitHub, there is an important check box near the bottom of the web form:
0 commit comments