Skip to content

Commit 1b901fc

Browse files
committed
improvements
1 parent adf2169 commit 1b901fc

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

packages/devtools_app/lib/src/framework/about_dialog.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ class DevToolsAboutDialog extends StatelessWidget {
5555
...dialogSubHeader(theme, 'Contributing'),
5656
Wrap(
5757
children: const [
58-
Text('Want to contribute to DevTools?'),
58+
Text('Want to contribute to DevTools? Please see our '),
5959
_ContributingLink(),
6060
Text(' guide, or '),
6161
],

packages/devtools_app/lib/src/framework/release_notes/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
## Generating Release notes
22
- Release notes for DevTools are hosted on the flutter website (see [archive](https://docs.flutter.dev/development/tools/devtools/release-notes)).
33
- To add release notes for the latest release, create a PR with the appropriate changes for your release.
4-
- To generate the release notes run:
5-
6-
`dart tool/release_note_helper.dart markdown -f tool/release_notes/release_notes.json`
4+
- The [NEXT_RELEASE_NOTES.md](../../../../../../tool/release_notes/NEXT_RELEASE_NOTES.md) file contains the running release notes for the current version.
5+
- see example [PR](https://github.com/flutter/website/pull/6791) for an idea of how to add those to the Flutter website.
76
- Test these changes locally before creating the PR.
87
- See [README.md](https://github.com/flutter/website/blob/main/README.md)
98
for getting setup to run the Flutter website locally.

0 commit comments

Comments
 (0)