@@ -108,26 +108,26 @@ Edit the changelist's commit message with a link to the cherry-pick request:
108108Cherry-pick-request: https://github.com/dart/sdk/issues/56781234
109109```
110110
111- Send the changelist for review. Await the appropriate consensus and approval via the
112- ` cherry-pick-request ` for them or any OWNER to review the changelist.
111+ Send the changelist for review. Await the appropriate consensus and approval
112+ via the ` cherry-pick-request ` for them or any OWNER to review the changelist.
113113
114114## Submitting the cherry-pick
115115
116- Once the cherry-pick issue is approved and the changelist is reviewed, the
117- cherry-pick author will submit it to the commit queue. The tryjobs will compare
118- the test results with the previous commit on the beta/stable branch and fail if
119- any regressions are introduced. If any regressions must be introduced, or the
120- try builders don't work on the older beta/stable code, then bypass the commit queue
121- by force submitting.
116+ Once the cherry-pick issue is approved and the changelist is reviewed, the
117+ cherry-pick author will submit it to the commit queue. The tryjobs will compare
118+ the test results with the previous commit on the beta/stable branch and fail if
119+ any regressions are introduced. If any regressions must be introduced, or the
120+ try builders don't work on the older beta/stable code, then bypass the commit
121+ queue by force submitting.
122122
123- The release engineers will apply the ` cherry-pick-merged ` label and the cherry-pick
124- will be automatically bundled into the next hotfix release of beta/stable and no
125- further actions are required.
123+ The release engineers will apply the ` cherry-pick-merged ` label and the
124+ cherry-pick will be automatically bundled into the next hotfix release of
125+ beta/stable and no further actions are required.
126126
127- Once the cherry-pick has landed in a hotfix release, the release engineering team
128- will close the cherry-pick issue.
127+ Once the cherry-pick has landed in a hotfix release, the release engineering
128+ team will close the cherry-pick issue.
129129
130- [ cherry-pick-template ] : https://github.com/dart-lang/sdk/issues/new?assignees=mit-mit%2Cwhesse%2Cathomas%2Cvsmenon%2Citsjustkevin&labels=cherry-pick-review& template=2_cherry_pick .yml&title=%5BCP%5D+%3Ctitle%3E
130+ [ cherry-pick-template ] : https://github.com/dart-lang/sdk/issues/new?template=5_cherry_pick .yml
131131
132132## Cherry-picking a commit in a dependency
133133
0 commit comments