Skip to content

Commit e04b4b8

Browse files
authored
Update RELEASE_INSTRUCTIONS.md
1 parent 6b453ea commit e04b4b8

1 file changed

Lines changed: 11 additions & 10 deletions

File tree

tool/RELEASE_INSTRUCTIONS.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -154,11 +154,11 @@ server instance:
154154
git clean -f -d;
155155
```
156156

157-
#### 3.1) Submit the Release PR
157+
### 4) Submit the Release PR
158158

159159
Receive an LGTM for the PR, squash and commit.
160160

161-
### 4) Wait for the binary to be uploaded CIPD
161+
### 5) Wait for the binary to be uploaded CIPD
162162

163163
On each DevTools commit, DevTools is built and uploaded to CIPD. You can check the
164164
status of the builds on this
@@ -169,7 +169,7 @@ Within minutes, a build should be uploaded for the commit you just merged and ta
169169
> If the CIPD build times out, instructions for re-triggering can be found at
170170
[go/dart-engprod/release.md](http://go/dart-engprod/release.md)
171171

172-
### 5) Update the DevTools hash in the Dart SDK
172+
### 6) Update the DevTools hash in the Dart SDK
173173

174174
Run the tool script with the commit hash you just merged and tagged:
175175
```shell
@@ -202,7 +202,7 @@ Quickly test the build and then add a reviewer:
202202

203203
4. Add a reviewer and submit once approved.
204204

205-
### 6) Tag the release
205+
### 7) Tag the release
206206

207207
1. In your terminal from the `devtools` directory, checkout the commit that you
208208
just released into the Dart SDK (the hash you updated the DEPS file with):
@@ -218,7 +218,7 @@ just released into the Dart SDK (the hash you updated the DEPS file with):
218218
version for the tag is automatically determined from `packages/devtools/pubspec.yaml`
219219
so there is no need to manually enter the version.
220220
221-
### 7) Verify and Submit the release notes
221+
### 8) Verify and Submit the release notes
222222
223223
1. Follow the instructions outlined in the release notes
224224
[README.md](https://github.com/flutter/devtools/blob/master/packages/devtools_app/release_notes/README.md)
@@ -227,7 +227,7 @@ to add DevTools release notes to Flutter website and test them in DevTools.
227227
[g/flutter-internal-announce](http://g/flutter-internal-announce) with a link to
228228
the new release notes.
229229
230-
### 8) Prepare DevTools for the next beta release
230+
### 9) Prepare DevTools for the next beta release
231231
232232
**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:**
233233
```shell
@@ -392,7 +392,7 @@ need to perform a merge commit from the branch we just created (e.g. `2.29.1`)
392392
onto the `flutter/devtools` protected branch (`master`).
393393
394394
1. Create a pull request in the GitHub UI from the cherry-pick branch to the
395-
`master` branch.
395+
`master` branch.
396396
1. Navigate to `https://github.com/flutter/devtools/compare/<cherry-pick-branch>`,
397397
where `<cherry-pick-branch>` is the branch you pushed up to the `upstream`
398398
remote with the cherry-picked commit(s) (e.g. `2.29.1`).
@@ -404,9 +404,10 @@ onto the `flutter/devtools` protected branch (`master`).
404404
in **zero** lines of code.
405405
4. Ask a member of the DevTools team for review, but **DO NOT** squash and merge yet.
406406
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
410+
@kenzieschmoll or @elliette.
410411
411412
412413
Title:

0 commit comments

Comments
 (0)