Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Standard issue "template" for releasing a package #338

Closed
hadley opened this issue Apr 23, 2018 · 14 comments
Closed

Standard issue "template" for releasing a package #338

hadley opened this issue Apr 23, 2018 · 14 comments
Labels
feature a feature request or enhancement git git, GitHub, and CI in general

Comments

@hadley
Copy link
Member

hadley commented Apr 23, 2018

For now, this issue is just a place to dump ideas as they occur to me. No need to implement yet.

Prepare for release:

* [ ] `devtools::check_win_devel()`
* [ ] `rhub::check_for_cran()`
* [ ] `revdepcheck::revdep_check(num_workers = 4)`
* [ ] [Polish NEWS](http://style.tidyverse.org/news.html#before-release)
* [ ] If new failures, update `email.yml` then `revdepcheck::revdep_email_maintainers()`

Perform release:

* [ ] Create RC branch (for bigger releases)
* [ ] Bump version (in DESCRIPTION and NEWS)
* [ ] `devtools::check_win_devel()` (again!)
* [ ] `devtools::submit_cran()`
* [ ] `pkgdown::build_site()`
* [ ] Approve email

Wait for CRAN...

* [ ] Tag release
* [ ] Merge RC back to master branch
* [ ] Bump dev version
* [ ] Write blog post
* [ ] Tweet
* [ ] Add link to blog post in pkgdown news menu

Template from <https://github.com/r-lib/usethis/issues/338>
@hadley
Copy link
Member Author

hadley commented Apr 24, 2018

Maybe with variation for first release?

* [ ] Check that description is informative
* [ ] Check licensing of included files

@krlmlr
Copy link
Member

krlmlr commented Jul 4, 2018

Would it work to add "Write blog post" after "Polish news", and replace current "Write blog post" with "Refine blog post"? Some bugs (and clumsy APIs) are revealed only when writing the blog post.

@krlmlr
Copy link
Member

krlmlr commented Jul 8, 2018

Do we need to add "Run devtools::document()" just in case? The pkgdown::build_site() call does take care of it, but that's too late.

@krlmlr
Copy link
Member

krlmlr commented Jul 8, 2018

Also perhaps: "Verify test coverage". Reduced coverage can be a hint for a subtle bug.

@gaborcsardi gaborcsardi mentioned this issue May 7, 2020
12 tasks
@gaborcsardi gaborcsardi mentioned this issue Aug 11, 2020
12 tasks
This was referenced Dec 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature a feature request or enhancement git git, GitHub, and CI in general
Projects
None yet
Development

No branches or pull requests

8 participants