diff --git a/release/RELEASE_CHECKLIST.md b/release/RELEASE_CHECKLIST.md index a5843d113..dcb9e2d42 100644 --- a/release/RELEASE_CHECKLIST.md +++ b/release/RELEASE_CHECKLIST.md @@ -8,7 +8,6 @@ This checklist is meant to be used in conjunction with the RELEASE_PROCESS.rst d ## Branch Cut - [ ] Release branch created -- [ ] PR created to update “latest” version on master (do not merge yet) - [ ] Release branch versions updated - [ ] Version keys have new version - [ ] Update of “Latest” commits cherry-picked into release branch diff --git a/release/RELEASE_PROCESS.rst b/release/RELEASE_PROCESS.rst index 302de1d0e..ff89eab7c 100644 --- a/release/RELEASE_PROCESS.rst +++ b/release/RELEASE_PROCESS.rst @@ -37,7 +37,7 @@ After Branch Cut 2. **Update the release branch version:** Push a commit directly to the newly-created release branch that increments the Python package version in - ``python/ray/__init__.py``, ``src/ray/raylet/main.cc``, and any other files that use ``ray::stats::VersionKey``. See this + ``python/ray/__init__.py``, ``build-docker.sh``, ``src/ray/raylet/main.cc``, and any other files that use ``ray::stats::VersionKey``. See this `sample commit for bumping the release branch version`_. 3. **Create a document to collect release-notes:** You can clone `this document `_. @@ -350,8 +350,7 @@ this is for OSX on Python 3.7) The AWS s3 file hierarchy for Ray wheels can be found `here `_ in case you're having trouble with the above link. -.. _`sample PR for bumping a minor release version`: https://github.com/ray-project/ray/pull/12856 -.. _`sample commit for bumping the release branch version`: https://github.com/ray-project/ray/pull/12856/ +.. _`sample commit for bumping the release branch version`: https://github.com/ray-project/ray/commit/c589de6bc888eb26c87647f5560d6b0b21fbe537 .. _`GitHub release`: https://github.com/ray-project/ray/releases .. _`Ray Readthedocs version page`: https://readthedocs.org/projects/ray/versions/ .. _`Ray Readthedocs advanced settings page`: https://readthedocs.org/dashboard/ray/advanced/