Add guidance on the tutorials release proccess (#107871)

Clarify the tutorials release process.
Pull Request resolved: https://github.com/pytorch/pytorch/pull/107871
Approved by: https://github.com/atalman
This commit is contained in:
Svetlana Karslioglu
2023-08-24 21:27:32 +00:00
committed by PyTorch MergeBot
parent 1ef4bd169d
commit 5c133e91c3

View File

@ -32,6 +32,7 @@
- [TL;DR](#tldr)
- [Accelerator Software](#accelerator-software)
- [Special support cases](#special-support-cases)
- [Submitting Tutorials](#submitting-tutorials)
- [Special Topics](#special-topics)
- [Updating submodules for a release](#updating-submodules-for-a-release)
@ -330,6 +331,10 @@ the size restrictions for publishing on PyPI so the default version that is publ
These special support cases will be handled on a case by case basis and support may be continued if current PyTorch maintainers feel as though there may still be a
need to support these particular versions of software.
# Submitting Tutorials
Tutorials in support of a release feature must be submitted to the [pytorch/tutorials](https://github.com/pytorch/tutorials) repo at least two weeks before the release date to allow for editorial and technical review. There is no cherry-pick process for tutorials. All tutorials will be merged around the release day and published at [pytorch.org/tutorials](https://pytorch.org/tutorials/).
# Special Topics
## Updating submodules for a release