You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if [ "$HAS_CHANGED_RELEASE_NOTES" != "true" ] && [ "$HAS_RELEASE_NOTE_EXCEPTION_STRING" != "true" ] ; then
54
+
echo "Release Preparedness check failed"
55
+
echo "::error file=$CURRENT_RELEASE_JSON_FILE_PATH,line=0,col=0,endColumn=0,title='Release Notes Weren\'t Modified'::Please add a release note entry or a reason to your description using: \`RELEASE_NOTE_EXCEPTION=[reason goes here]\`"
Copy file name to clipboardExpand all lines: packages/devtools_app/lib/src/framework/release_notes/README.md
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,8 @@
1
-
## Writing DevTools release notes
1
+
## Generating Release notes
2
2
- Release notes for DevTools are hosted on the flutter website (see [archive](https://docs.flutter.dev/development/tools/devtools/release-notes)).
3
-
- To add release notes for the latest release, create a PR with the appropriate changes for your release
4
-
- The [release notes template](release-notes-template.md) can be used as a starting point
5
-
- see example [PR](https://github.com/flutter/website/pull/6791).
6
-
3
+
- To add release notes for the latest release, create a PR with the appropriate changes for your release.
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.
7
6
- Test these changes locally before creating the PR.
8
7
- See [README.md](https://github.com/flutter/website/blob/main/README.md)
9
8
for getting setup to run the Flutter website locally.
0 commit comments