Minor fixes to breaking change process

- Fix the link to the Dart SDK changelog so that it correctly refers
  to the file `CHANGELOG.md` in the root directory of the repo.

- Fix the text that must prefix a breaking change to `**Breaking
  Change**` (which is what we have been doing fairly consistently in
  the changelog for over a year).

Change-Id: If1226bf51be5f40c057694f4ee2e2c7a479b069e
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/179583
Reviewed-by: Franklin Yow <frankyow@google.com>
Commit-Queue: Paul Berry <paulberry@google.com>
This commit is contained in:
Paul Berry 2021-01-15 21:44:22 +00:00 committed by commit-bot@chromium.org
parent 1f4c720616
commit 06fc3fa21c

View file

@ -96,8 +96,8 @@ After the breaking change had been made, the person who made the change must:
* Resolve the breaking change issue and make a note that the change has landed
* Make a note in the [Dart SDK changelog](`changelog.md`) detailing the change.
This must be prefixed `** Breaking change:`.
* Make a note in the [Dart SDK changelog](../../CHANGELOG.md) detailing the change.
This must be prefixed `**Breaking Change**`.
* Reply to the original announcement email, and make a note that the change is
being implemented.