Wrapper for usethis::use_github_release().
Arguments
- publish, prerelease
Whether this release should be published and if it should be tagged as a prerelease. When
missing()will prompt during aninteractive()session, otherwise defaults toFALSE
Details
When prerelease is TRUE, a facsimile of
usethis::use_github_release() is employed to create a prerelease. This
assumes ...
the package is hosted on GitHub
the remote is named origin
the branch is named main
the package has a DESCRIPTION file which contains an appropriate
Packagename andVersionyou want to use the
generate_release_notesfeature of the GitHub API