Skip to content

Commit

Permalink
Tweak release checklist
Browse files Browse the repository at this point in the history
  • Loading branch information
jennybc committed Jul 7, 2021
1 parent 1aec5e9 commit 9cb942e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions R/release.R
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ release_checklist <- function(version, on_cran) {
"",

todo("`usethis::use_cran_comments()`"),
todo("Proof read `Title:` and `Description:`"),
todo("Check that all exported functions have `@returns` and `@examples`"),
todo("Proofread `Title:` and `Description:`"),
todo("Check that all exported functions have `@return` and `@examples`"),
todo("Check that `Authors@R:` includes a copyright holder (role 'cph')"),
todo("Check [licensing of included files](https://r-pkgs.org/license.html#code-you-bundle)"),
todo("Review <https://github.com/DavisVaughan/extrachecks>"),
Expand Down
4 changes: 2 additions & 2 deletions tests/testthat/_snaps/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
First release:
* [ ] `usethis::use_cran_comments()`
* [ ] Proof read `Title:` and `Description:`
* [ ] Check that all exported functions have `@returns` and `@examples`
* [ ] Proofread `Title:` and `Description:`
* [ ] Check that all exported functions have `@return` and `@examples`
* [ ] Check that `Authors@R:` includes a copyright holder (role 'cph')
* [ ] Check [licensing of included files](https://r-pkgs.org/license.html#code-you-bundle)
* [ ] Review <https://github.com/DavisVaughan/extrachecks>
Expand Down

0 comments on commit 9cb942e

Please sign in to comment.