You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -227,7 +227,7 @@ to add DevTools release notes to Flutter website and test them in DevTools.
227
227
[g/flutter-internal-announce](http://g/flutter-internal-announce) with a link to
228
228
the new release notes.
229
229
230
-
### 8) Prepare DevTools for the next beta release
230
+
### 9) Prepare DevTools for the next beta release
231
231
232
232
**The `daily-dev-bump` workflow is currently broken: [#8558](https://github.com/flutter/devtools/issues/8558). Until it's fixed, manually update the DevTools version for the next release and open a PR with the changes:**
233
233
```shell
@@ -392,7 +392,7 @@ need to perform a merge commit from the branch we just created (e.g. `2.29.1`)
392
392
onto the `flutter/devtools` protected branch (`master`).
393
393
394
394
1. Create a pull request in the GitHub UI from the cherry-pick branch to the
395
-
`master` branch.
395
+
`master` branch.
396
396
1. Navigate to `https://github.com/flutter/devtools/compare/<cherry-pick-branch>`,
397
397
where `<cherry-pick-branch>` is the branch you pushed up to the `upstream`
398
398
remote with the cherry-picked commit(s) (e.g. `2.29.1`).
@@ -404,9 +404,10 @@ onto the `flutter/devtools` protected branch (`master`).
404
404
in**zero** lines of code.
405
405
4. Ask a member of the DevTools team for review, but **DO NOT** squash and merge yet.
406
406
407
-
2. Message @kenzieschmoll directly with the following request. If you cannot message
408
-
@kenzieschmoll directly, create an [issue](https://github.com/flutter/devtools/issues/new)
409
-
and assign it to @kenzieschmoll.
407
+
2. Message @kenzieschmoll or @elliette directly with the following request. If you cannot
408
+
message @kenzieschmoll or @elliette directly, create an
409
+
[issue](https://github.com/flutter/devtools/issues/new) and assign it to
0 commit comments