cynkra / fledge

Wings for your R packages: Streamline the process of versioning R packages and updating NEWS
https://fledge.cynkra.com
187 stars 11 forks source link

From cran-comments.md to issue? #263

Open maelle opened 2 years ago

maelle commented 2 years ago

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.

The release PR should fix that issue.

Related #107

maelle commented 1 year ago

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.