We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TODO:
A couple of points that we should do when releasing a new version:
Lots of good tips at https://devtools.r-lib.org/index.html and https://usethis.r-lib.org/reference/use_release_issue.html
???
devtools::document()
devtools::test()
devtools::test_coverage()
devtools::check()
NEWS.md
devtools::release()
git tag -a "vx.y.z" -m "Version x.y.z"; git push origin vx.y.z
The text was updated successfully, but these errors were encountered:
This links to #522 to Update the NEWs file when updating package
Sorry, something went wrong.
No branches or pull requests
TODO:
A couple of points that we should do when releasing a new version:
Lots of good tips at https://devtools.r-lib.org/index.html and https://usethis.r-lib.org/reference/use_release_issue.html
???
devtools::document()
devtools::test()
devtools::test_coverage()
devtools::check()
NEWS.md
file and provide information, add links or IDs of issues/pull requests/commits Recurrent: Update NEWS file to summarise key changes between versions #522devtools::release()
git tag -a "vx.y.z" -m "Version x.y.z"; git push origin vx.y.z
(see docs at https://git-scm.com/book/en/v2/Git-Basics-Tagging)The text was updated successfully, but these errors were encountered: