Skip to content

Commit 4760a71

Browse files
committed
Add cran email to release process
1 parent a872c55 commit 4760a71

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

vignettes/release.Rmd

+18-1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ After issues resolved for a given release:
3131

3232
1. 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

3538
1. 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
6279
If problems arise during the RC period, make fixes on the branch. Those fixes
6380
later get merged back into master.

0 commit comments

Comments
 (0)