From 06fc3fa21cb4ab98229cdffb832efc84febb80fe Mon Sep 17 00:00:00 2001 From: Paul Berry Date: Fri, 15 Jan 2021 21:44:22 +0000 Subject: [PATCH] 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 Commit-Queue: Paul Berry --- docs/process/breaking-changes.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/process/breaking-changes.md b/docs/process/breaking-changes.md index b7023bdf1c4..cee804ecee0 100644 --- a/docs/process/breaking-changes.md +++ b/docs/process/breaking-changes.md @@ -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.