Skip to content

Update RELEASE_INSTRUCTIONS.md #7617

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Apr 23, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions tool/RELEASE_INSTRUCTIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -242,8 +242,8 @@ the Flutter / Dart beta branch, you can see what the current version of DevTools
is on Flutter / Dart beta by doing the following:

a. Go to https://flutter-ko.dev/development/tools/sdk/releases and copy the version of the latest Beta release.
b. In your terminal from the flutter repository, run git checkout <latest-beta-version>.
c. Once your local flutter source is on the latest beta, run `flutter --version` to see which version of DevTools
b. In your terminal from the flutter repository, `run git checkout <latest-beta-version>`.
c. Once your local Flutter source code is on the latest beta, run `flutter --version` to see which version of DevTools
is on current Flutter / Dart beta (assuming `which flutter` points to your local Flutter git repository).

2. Checkout that tag in your local DevTools repo. For this
Expand Down