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
Copy file name to clipboardExpand all lines: tool/RELEASE_INSTRUCTIONS.md
+15-7Lines changed: 15 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -215,16 +215,24 @@ to add DevTools release notes to Flutter website and test them in DevTools.
215
215
the new release notes.
216
216
217
217
### 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:~~
219
226
```shell
220
227
gh workflow run daily-dev-bump.yaml -f updateType=minor+dev
221
228
```
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
0 commit comments