Skip to content

Commit 7103845

Browse files
authored
Update DevTools to next dev version: 2.46.0-dev.0 (#9133)
1 parent c2707cf commit 7103845

1 file changed

Lines changed: 15 additions & 7 deletions

File tree

tool/RELEASE_INSTRUCTIONS.md

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -215,16 +215,24 @@ to add DevTools release notes to Flutter website and test them in DevTools.
215215
the new release notes.
216216

217217
### Prepare DevTools for the next beta release
218-
1. Update the DevTools version for the next release:
218+
219+
**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:**
220+
```shell
221+
dt update-version auto --type minor
222+
dt update-version auto --type dev
223+
```
224+
225+
1. ~~Update the DevTools version for the next release:~~
219226
```shell
220227
gh workflow run daily-dev-bump.yaml -f updateType=minor+dev
221228
```
222-
This will kick off a workflow that will automatically create a PR with a
223-
`minor` + `dev` version bump. That PR should then be auto-submitted.
224-
2. Make sure that the release PR goes through without issue:
225-
- See the workflow run [here](https://github.com/flutter/devtools/actions/workflows/daily-dev-bump.yaml)
226-
- Go to https://github.com/flutter/devtools/pulls to see the pull request that
227-
ends up being created
229+
~~This will kick off a workflow that will automatically create a PR with a
230+
`minor` + `dev` version bump. That PR should then be auto-submitted.~~
231+
232+
2. ~~Make sure that the release PR goes through without issue:~~
233+
- ~~See the workflow run [here](https://github.com/flutter/devtools/actions/workflows/daily-dev-bump.yaml)~~
234+
- ~~Go to https://github.com/flutter/devtools/pulls to see the pull request that
235+
ends up being created~~
228236

229237
## Dev release into the Dart SDK master branch
230238

0 commit comments

Comments
 (0)