Instead of relying on a checklist in cran-comments.md, maybe have pre_release() open an issue.
There could be a mode argument to choose either the usethis checklist or a smaller one. In both cases, the bullets from release_bullets(), if it exists, should be used.
opening the issue is something init_release() could do. It could indicate what fledge is going to do so first-time users get an idea of what the process is going to look like.
Instead of relying on a checklist in cran-comments.md, maybe have
pre_release()
open an issue.There could be a
mode
argument to choose either the usethis checklist or a smaller one. In both cases, the bullets fromrelease_bullets()
, if it exists, should be used.The release PR should fix that issue.
Related #107