Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Try downgraded patch versions until we find release notes #3809

Merged
merged 6 commits into from
Mar 8, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
review comments
  • Loading branch information
kenzieschmoll committed Mar 8, 2022
commit 878f2551208cbd0e3376f91c864a88a394361f2b
7 changes: 4 additions & 3 deletions packages/devtools_app/lib/src/shared/release_notes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@ Release notes for DevTools are hosted on the flutter website (see [archive](http
To add release notes for the latest release, create a PR with the appropriate changes for your release (see example
[PR](https://github.com/flutter/website/pull/6791)).

Test these changes locally before creating the PR. See [README.md]() for getting setup to run the Flutter website locally.
Test these changes locally before creating the PR. See [README.md](https://github.com/flutter/website/blob/main/README.md)
for getting setup to run the Flutter website locally.

One you are satisfied with the release notes, stage the flutter website on firebase and point the DevTools release notes
One you are satisfied with the release notes, stage the Flutter website on Firebase and point the DevTools release notes
logic to this staged url.

### Staging your changes on firebase
### Staging your changes on Firebase
In the flutter/website directory, open [_config.yml](https://github.com/flutter/website/blob/main/_config.yml#L2)
and replace `https://docs.flutter.dev` with `https://flutter-website-dt-staging.web.app` (line 2).

Expand Down