Skip to content

Commit df82b8c

Browse files
committed
doc: Update instructions on upgrading Flutter
The `tools/check` run is largely redundant with Flutter upstream's CI, which will have run our `flutter analyze` and `flutter test` before allowing any given upstream change to be merged. If something gets past that (perhaps because it affects some other suite like re-generating our generated files), our own CI will catch it.
1 parent 4007f29 commit df82b8c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -255,8 +255,7 @@ To update the version bounds:
255255
* Use `flutter upgrade` to upgrade your local Flutter and Dart.
256256
* Run `tools/upgrade flutter-local`, which makes a commit updating
257257
`pubspec.yaml` and `pubspec.lock` to match your local Flutter.
258-
* Make a quick check that things work: `tools/check`,
259-
and do a quick smoke-test of the app.
258+
* Build and run the app for a quick smoke-check.
260259
* Send the changes as a PR.
261260

262261

0 commit comments

Comments
 (0)