Skip to content

Commit 8f815ce

Browse files
committed
[docs] Update link to cherry pick issue template
Change-Id: Ib7780a1226cef2e7a906b477d87d66053d71c7d6 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/404843 Reviewed-by: Ömer Ağacan <[email protected]>
1 parent 5daaead commit 8f815ce

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

docs/Cherry-picks-to-a-release-channel.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -108,26 +108,26 @@ Edit the changelist's commit message with a link to the cherry-pick request:
108108
Cherry-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

Comments
 (0)