Skip to content

Instantly share code, notes, and snippets.

@Pakillo
Created September 3, 2025 13:13
Show Gist options
  • Save Pakillo/57978a1cb527ec23d7820db08a5cbb07 to your computer and use it in GitHub Desktop.
Save Pakillo/57978a1cb527ec23d7820db08a5cbb07 to your computer and use it in GitHub Desktop.
Add release_bullets() to usethis::use_release_issue()
release_bullets <- function() {
c(
"Run `goodpractice::gp()`",
"Run `extrachecks::extrachecks()` from https://github.com/JosiahParry/extrachecks"
"`devtools::release()`"
)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment