mirror of
https://github.com/vale981/ray
synced 2025-03-06 02:21:39 -05:00
Update release instructions (#14882)
This commit is contained in:
parent
d57808d007
commit
233f174984
2 changed files with 2 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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 <https://docs.google.com/document/d/1vzcNHulHCrq1PrXWkGBwwtOK53vY2-Ol8SXbnvKPw1s/edit?usp=sharing>`_.
|
||||
|
@ -350,8 +350,7 @@ this is for OSX on Python 3.7)
|
|||
The AWS s3 file hierarchy for Ray wheels can be found `here <https://s3.console.aws.amazon.com/s3/buckets/ray-wheels/?region=us-west-2&tab=objects>`_
|
||||
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/
|
||||
|
|
Loading…
Add table
Reference in a new issue