@@ -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
2602702 . Checkout that tag in your local DevTools repo. For this
261271example, we'll use ` v2.29.0 ` as the base branch and ` 2.29.1 ` as the cherry-pick branch.
0 commit comments