diff --git a/R/dev-utils.R b/R/dev-utils.R index d8af026..b37c5f4 100644 --- a/R/dev-utils.R +++ b/R/dev-utils.R @@ -4,7 +4,8 @@ release_bullets <- function() { c( "Run `goodpractice::gp()`", "Review [WORDLIST](https://docs.cran.dev/spelling#wordlist)", - "Check if `# nolint` comments are still needed with recent lintr releases" + "Check if `# nolint` comments are still needed with recent lintr releases", + "All contributors to this release are acknowledged in some way" ) }