Skip to content

Commit 14543db

Browse files
authored
Touch up cherry-picking instructions (#9347)
1 parent f4b4d92 commit 14543db

File tree

1 file changed

+15
-5
lines changed

1 file changed

+15
-5
lines changed

tool/RELEASE_INSTRUCTIONS.md

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -250,12 +250,22 @@ to perform the cherry-pick release on top of.
250250
the Flutter / Dart beta branch, you can see what the current version of DevTools
251251
is on Flutter / Dart beta by doing the following:
252252

253-
a. Go to https://flutter-ko.dev/development/tools/sdk/releases and copy the version of the latest Beta release.
254-
255-
b. In your terminal from the flutter repository, run `git checkout <latest-beta-version>`.
253+
a. Find the latest [beta
254+
release](https://github.com/flutter/flutter/blob/beta/bin/internal/release-candidate-branch.version)
255+
candidate (or [stable
256+
release](https://github.com/flutter/flutter/blob/stable/bin/internal/release-candidate-branch.version)
257+
candidate) that you will cherry-pick into.
258+
259+
b. In your terminal, in the flutter/flutter repository, run `git checkout
260+
<latest-beta-version>`.
256261
257-
c. Once your local Flutter source code is on the latest beta, run `flutter --version` to see which version of DevTools
258-
is on current Flutter / Dart beta (assuming `which flutter` points to your local Flutter git repository).
262+
c. Run `flutter --version` to see which version _of DevTools_ is on current
263+
Flutter / Dart beta (assuming `which flutter` points to your local
264+
Flutter git repository). For example, you might see:
265+
266+
> Tools • Dart 3.8.1 • DevTools 2.45.1
267+
268+
indicating that DevTools version 2.45.1 is used in this Flutter version.
259269

260270
2. Checkout that tag in your local DevTools repo. For this
261271
example, we'll use `v2.29.0` as the base branch and `2.29.1` as the cherry-pick branch.

0 commit comments

Comments
 (0)