Skip to content

Commit cac8c17

Browse files
committed
Add release note to ensure contributors are acknowledged
Fix #89
1 parent 4a4f3e1 commit cac8c17

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

R/dev-utils.R

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ release_bullets <- function() {
44
c(
55
"Run `goodpractice::gp()`",
66
"Review [WORDLIST](https://docs.cran.dev/spelling#wordlist)",
7-
"Check if `# nolint` comments are still needed with recent lintr releases"
7+
"Check if `# nolint` comments are still needed with recent lintr releases",
8+
"All contributors to this release are acknowledged in some way"
89
)
910

1011
}

0 commit comments

Comments
 (0)