From 232144ca09b75b6f20841aa5082c51e77843e51b Mon Sep 17 00:00:00 2001 From: Jiaming Yuan Date: Fri, 5 Nov 2021 00:34:14 +0800 Subject: [PATCH] Add note about CRAN release [skip ci] (#7395) --- doc/contrib/release.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/contrib/release.rst b/doc/contrib/release.rst index 6b47a38d0..2f80a37be 100644 --- a/doc/contrib/release.rst +++ b/doc/contrib/release.rst @@ -30,8 +30,10 @@ Making a Release 5. Make a release on GitHub tag page, which might be done with previous step if the tag is created on GitHub. 6. Submit pip, CRAN, and Maven packages. - + The pip package is maintained by `Hyunsu Cho `__ and `Jiaming Yuan `__. There's a helper script for downloading pre-built wheels and R packages ``xgboost/dev/release-pypi-r.py`` along with simple instructions for using ``twine``. + + The pip package is maintained by `Hyunsu Cho `__ and `Jiaming Yuan `__. There's a helper script for downloading pre-built wheels and R packages ``xgboost/dev/release-pypi-r.py`` along with simple instructions for using ``twine``. + The CRAN package is maintained by `Tong He `_. + Before submitting a release, one should test the package on `R-hub `__ and `win-builder `__ first. Please note that the R-hub Windows instance doesn't have the exact same environment as the one hosted on win-builder. + + The Maven package is maintained by `Nan Zhu `_ and `Hyunsu Cho `_.