Release notes for DevTools are hosted on the flutter website (see archive).
To add release notes for the latest release, create a PR with the appropriate changes for your release.
Test these changes locally before creating the PR.
Once you are satisfied with the release notes
In the flutter/website directory,
https://docs.flutter.dev with https://flutter-website-dt-staging.web.app (line 2).Then run the following rom the website/ directory:
make setup && \ DISABLE_TESTS=1 make build && \ firebase deploy --project devtools-staging --only hosting;
If the firebase command gives an authentication error or just says it cannot access a URL,
firebase logout && \ firebase login;
firebase deploy --project devtools-staging --only hosting
Once you see this message, the deployment was successful and now you can move on to the next step.
... ✔ Deploy complete! Project Console: https://console.firebase.google.com/project/flutter-website-dt-staging/overview Hosting URL: https://flutter-website-dt-staging.web.app
In release_notes.dart flip the debugTestReleaseNotes flag to true.
from the main devtools/ directory, run the following:
dart ./tool/build_e2e.dart
Once DevTools has been successfully built and served, you should see the following the CLI output:
... Serving DevTools with a local devtools server... Serving DevTools at http://127.0.0.1:57336.