Update minor release acceptance criteria (#89767)

Update minor release acceptance criteria

Pull Request resolved: https://github.com/pytorch/pytorch/pull/89767
Approved by: https://github.com/albanD, https://github.com/weiwangmeta
This commit is contained in:
Andrey Talman
2022-11-28 18:49:32 +00:00
committed by PyTorch MergeBot
parent ed9cd47e31
commit ed41a7fb68

View File

@ -241,13 +241,11 @@ For patch releases issue tracker needs to be created. For patch release, we requ
* https://github.com/pytorch/pytorch/issues/51886
Only following issues are accepted:
1. Fixes to regressions against previous major version
1. Fixes to regressions against previous major version (e.g. regressions introduced in 1.13.0 from 1.12.0 are pickable for 1.13.1)
2. Critical fixes for: silent correctness, backwards compatibility, crashes, deadlocks, (large) memory leaks
3. Fixes to new features being introduced in this release
4. Compilation fixes or ifdefs required for different versions of the compilers or third-party libraries
5. Test/CI fixes or improvements
6. Documentation improvements
7. Release branch specific changes (e.g. change version identifiers, remove/hide features that arent ready for release)
4. Documentation improvements
5. Release branch specific changes (e.g. blocking ci fixes, change version identifiers)
### Building a release schedule / cherry picking