From f0e2df4212198d7c7643beea4cdd63def407027a Mon Sep 17 00:00:00 2001 From: Phil Quitslund Date: Mon, 12 Dec 2022 14:48:00 -0800 Subject: [PATCH 1/2] releasing doc updates --- doc/releasing.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/releasing.md b/doc/releasing.md index 3d029ae9e..08cfba812 100644 --- a/doc/releasing.md +++ b/doc/releasing.md @@ -5,7 +5,8 @@ Before releasing there are a few boxes to tick off. * [ ] Is there a [milestone plan](https://github.com/dart-lang/linter/issues?q=is%3Aopen+is%3Aissue+label%3Amilestone-plan) for the release? If so, has it been updated? -* [ ] Is the changelog up to date? (Look at commit history to verify.) + * [ ] Is the changelog up to date? (Look at commit history to verify.) + * [ ] Chronological order is fine. * [ ] Does the `AUTHORS` file need updating? * [ ] Spot check new lint rules for [naming consistency](https://github.com/dart-lang/linter/blob/main/doc/writing-lints.md). Rename as needed. From 09ee62022bfdf1abaf7fcc5dda20ad2d0fcf310e Mon Sep 17 00:00:00 2001 From: Phil Quitslund Date: Mon, 12 Dec 2022 14:49:07 -0800 Subject: [PATCH 2/2] Update releasing.md --- doc/releasing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/releasing.md b/doc/releasing.md index 08cfba812..5a0343b94 100644 --- a/doc/releasing.md +++ b/doc/releasing.md @@ -5,7 +5,7 @@ Before releasing there are a few boxes to tick off. * [ ] Is there a [milestone plan](https://github.com/dart-lang/linter/issues?q=is%3Aopen+is%3Aissue+label%3Amilestone-plan) for the release? If so, has it been updated? - * [ ] Is the changelog up to date? (Look at commit history to verify.) +* [ ] Is the changelog up to date? (Look at commit history to verify.) * [ ] Chronological order is fine. * [ ] Does the `AUTHORS` file need updating? * [ ] Spot check new lint rules for [naming consistency](https://github.com/dart-lang/linter/blob/main/doc/writing-lints.md). Rename as needed.