File tree Expand file tree Collapse file tree 1 file changed +18
-1
lines changed Expand file tree Collapse file tree 1 file changed +18
-1
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,9 @@ After issues resolved for a given release:
3131
32321 . Commit these changes to a branch with ` ggplot2-<version>-rc ` , and push the
3333 branch.
34+
35+ 1 . Check packages that depend on ggplot2 with ` devtools::revdep_check() ` and
36+ run visual tests.
3437
35381 . Email ggplot2, ggplot2-dev, and bcc the maintainers of packages that depend
3639 on ggplot2 (` revdep_maintainers("ggplot2") ` ).
@@ -57,7 +60,21 @@ After issues resolved for a given release:
5760 Hadley & Winston
5861 ```
5962
60- 1. Check packages that depend on ggplot2 with `devtools::revdep_check()`
63+ 1. Notify cran:
64+
65+ ```
66+ Dear CRAN maintainers,
67+
68+ ggplot2 1.0.0 has entered the release candidate phase and will be
69+ submitted to CRAN in two weeks.
70+
71+ Included below is the email that I sent to the ggplot2 mailing and all
72+ maintainers of packages that depend on ggplot2.
73+
74+ Regards,
75+
76+ Hadley
77+ ```
6178
6279If problems arise during the RC period, make fixes on the branch. Those fixes
6380later get merged back into master.
You can’t perform that action at this time.
0 commit comments