mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 12:54:11 +08:00
Update patch release cherry pick condition (#90220)
Pull Request resolved: https://github.com/pytorch/pytorch/pull/90220 Approved by: https://github.com/ezyang, https://github.com/seemethere
This commit is contained in:
@ -242,7 +242,7 @@ For patch releases issue tracker needs to be created. For patch release, we requ
|
||||
|
||||
Only following issues are accepted:
|
||||
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
|
||||
2. Low risk critical fixes for: silent correctness, backwards compatibility, crashes, deadlocks, (large) memory leaks
|
||||
3. Fixes to new features being introduced in this release
|
||||
4. Documentation improvements
|
||||
5. Release branch specific changes (e.g. blocking ci fixes, change version identifiers)
|
||||
|
Reference in New Issue
Block a user