mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 08:20:31 +00:00
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:
parent
1f4c720616
commit
06fc3fa21c
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue