File tree 1 file changed +18
-1
lines changed
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:
31
31
32
32
1 . Commit these changes to a branch with ` ggplot2-<version>-rc ` , and push the
33
33
branch.
34
+
35
+ 1 . Check packages that depend on ggplot2 with ` devtools::revdep_check() ` and
36
+ run visual tests.
34
37
35
38
1 . Email ggplot2, ggplot2-dev, and bcc the maintainers of packages that depend
36
39
on ggplot2 (` revdep_maintainers("ggplot2") ` ).
@@ -57,7 +60,21 @@ After issues resolved for a given release:
57
60
Hadley & Winston
58
61
```
59
62
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
+ ```
61
78
62
79
If problems arise during the RC period, make fixes on the branch. Those fixes
63
80
later get merged back into master.
You can’t perform that action at this time.
0 commit comments