Skip to content

Commit ea73fa8

Browse files
authored
Merge pull request #70 from wlandau/usethis-release
recommend programmatic releases
2 parents dd4d699 + f8125e3 commit ea73fa8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

contributors.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,9 @@ This process is facilitated by public [GitHub Actions](https://github.com/featur
5757
## Updating your package
5858

5959
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".
6263
On GitHub, there is an important check box near the bottom of the web form:
6364

6465
![](./images/latest-release-checkbox.png)

0 commit comments

Comments
 (0)