mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-06 12:20:52 +01: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:
parent
0eb45d546c
commit
17b80bfaf3
|
|
@ -242,7 +242,7 @@ For patch releases issue tracker needs to be created. For patch release, we requ
|
||||||
|
|
||||||
Only following issues are accepted:
|
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)
|
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
|
3. Fixes to new features being introduced in this release
|
||||||
4. Documentation improvements
|
4. Documentation improvements
|
||||||
5. Release branch specific changes (e.g. blocking ci fixes, change version identifiers)
|
5. Release branch specific changes (e.g. blocking ci fixes, change version identifiers)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user