Bump version to 1.6.0 in master. (#7259)

This commit is contained in:
Jiaming Yuan
2021-10-07 16:09:26 +08:00
committed by GitHub
parent e2660ab8f3
commit f7caac2563
12 changed files with 22 additions and 22 deletions

View File

@@ -18,7 +18,7 @@ Making a Release
1. Create an issue for the release, noting the estimated date and expected features or major fixes, pin that issue.
2. Bump release version.
1. Modify ``CMakeLists.txt`` source tree, run CMake.
1. Modify ``CMakeLists.txt`` in source tree and ``cmake/Python_version.in`` if needed, run CMake.
2. Modify ``DESCRIPTION`` in R-package.
3. Run ``change_version.sh`` in ``jvm-packages/dev``
3. Commit the change, create a PR on GitHub on release branch. Port the bumped version to default branch, optionally with the postfix ``SNAPSHOT``.