File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -81,6 +81,20 @@ instance), then you will need to fetch the contributor's branch for your local
81
81
Git instance to have knowledge of the commit being cherry picked onto the patch
82
82
branch.
83
83
84
+ ### Maintaining LTS branches
85
+
86
+ Releases that are under Long Term Support (LTS) are listed on [ angular.io] ( https://angular.io/guide/releases#support-policy-and-schedule ) .
87
+
88
+ Since there could be more than one LTS branch at any one time, PR authors who want to
89
+ merge commits into LTS branches must open a pull request against the specific base branch they'd like to target.
90
+
91
+ In general, cherry picks for LTS should only be done if it meets one of the criteria below:
92
+
93
+ 1 . It addresses a critical security vulnerability.
94
+ 2 . It fixes a breaking change in the external environment.
95
+ For example, this could happen if one of the dependencies is deleted from NPM.
96
+ 3 . It fixes a legitimate failure on CI for a particular LTS branch.
97
+
84
98
# Release
85
99
86
100
## Before releasing
You can’t perform that action at this time.
0 commit comments