diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2015-05-15 11:13:19 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2015-05-15 11:13:19 +0200 |
commit | fcc28ed8bafd5c3b989033e8f1afefaae0c3fe41 (patch) | |
tree | 98202fa858471e05f8a9f5f8e1010231d2db1be9 | |
parent | 4fa48c8ef79d75c008fe5cbd0f57b3d96db0b888 (diff) |
Better description of the release procedure
-rw-r--r-- | GNUmakefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/GNUmakefile b/GNUmakefile index 783ceb14..979caca9 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -102,8 +102,8 @@ winbuilder: build curl -T $(TGZ) ftp://anonymous@win-builder.r-project.org/R-devel/ submit: - @echo "\nHow about make test, make check, make winbuilder and make r-forge?" + @echo "\nHow about make test, make check, make winbuilder" @echo "\nIs the DESCRIPTION file up to date?" @echo "\nIs the NEWS.md file up to date?" @echo "\nAre you sure you want to release to CRAN?" - @echo "\nThen use the form at http://cran.r-project.org/submit.html" + @echo "\nThen make r-forge, commit leftover changes if any, tag the release and use the form at http://cran.r-project.org/submit.html" |