@@ -6,16 +6,16 @@ Make sure:
661 . You have a local checkout of the Dart SDK
77 - (for getting started instructions, see [ sdk/CONTRIBUTING.md] ( https://github.com/dart-lang/sdk/blob/main/CONTRIBUTING.md ) ).
882 . Ensure your ` .bashrc ` sets ` $LOCAL_DART_SDK `
9-
10- ``` shell
9+
10+ ``` shell
1111 DART_SDK_REPO_DIR=< Path to cloned dart sdk>
1212 export LOCAL_DART_SDK=$DART_SDK_REPO_DIR /sdk
1313 ```
14143 . The local checkout is at ` main ` branch:
1515 - ` git rebase-update ` .
16164 . Your Flutter version is equal to latest candidate release branch:
1717 - Run ` ./tool/update_flutter_sdk.sh --local ` from the main devtools directory.
18- 5 . You have goma [ configured] ( http://go/ma-mac-setup ) .
18+ 5 . You have goma [ configured] ( http://go/ma-mac-setup ) .
1919
2020### Prepare the release
2121
@@ -69,7 +69,7 @@ These packages always have their version numbers updated in lock, so we don't ha
6969intended to do the bulk of the work, but still needs manual review.
7070* Verify
7171 * that the version for the CHANGELOG entry was correctly generated
72- * that the entries don't have any syntax errors.
72+ * that the entries don't have any syntax errors.
7373
7474#### Push the local branch
7575
@@ -79,7 +79,7 @@ NEW_DEVTOOLS_VERSION=2.7.0 # Change this to the new version
7979
8080``` shell
8181git add . && \
82- git commit -m “ Prepare for $NEW_DEVTOOLS_VERSION release.” && \
82+ git commit -m " Prepare for $NEW_DEVTOOLS_VERSION release." && \
8383git push origin release_$NEW_DEVTOOLS_VERSION ;
8484```
8585
@@ -168,7 +168,7 @@ From the git GUI tool or from github.com directly:
168168 ./tools/build.py -mrelease -ax64 create_sdk;
169169 ` ` `
170170
171- - Verify that running ` dart devtools` launches the version of DevTools you just released.
171+ - Verify that running ` dart devtools` launches the version of DevTools you just released.
172172 - for OSX
173173 ` ` ` shell
174174 xcodebuild/ReleaseX64/dart-sdk/bin/dart devtools
@@ -179,7 +179,7 @@ From the git GUI tool or from github.com directly:
179179 ` ` `
180180
181181- If the version of DevTools you just published to CIPD loads properly
182-
182+
183183 > You may need to hard reload and clear your browser cache in order to see the changes.
184184
185185 - push up the SDK CL for review.
@@ -203,13 +203,13 @@ Release notes should contain details about the user-facing changes included in t
203203
204204These notes are shown directly in DevTools when a user opens a new version of DevTools.
205205
206- 1. Request the team to verify their important user facing changes are documented in
206+ 1. Request the team to verify their important user facing changes are documented in
207207 [release-notes-next.md][1].
208208
2092092. See the release notes
210210[README.md](https://github.com/flutter/devtools/blob/master/packages/devtools_app/lib/src/framework/release_notes/README.md)
211211for details on where to add DevTools release notes to Flutter website and how to test them.
212-
212+
2132133. Copy the content of [release-notes-template.md](../packages/devtools_app/lib/src/framework/release_notes/release-notes-template.md) to [release-notes-next.md][1], to contain
214214 draft for the next release.
215215
0 commit comments