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

tidyverse issue template for releasing packages #177

Open
maurolepore opened this issue Jan 6, 2019 · 0 comments
Open

tidyverse issue template for releasing packages #177

maurolepore opened this issue Jan 6, 2019 · 0 comments

Comments

@maurolepore
Copy link
Contributor

maurolepore commented Jan 6, 2019

r-lib/usethis#338

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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant