You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/releasing.md
+21-5Lines changed: 21 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -4,11 +4,27 @@
4
4
5
5
Before releasing there are a few boxes to tick off.
6
6
7
-
*[ ] 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?
8
-
*[ ] Is the changelog up to date? (Look at commit history to verify.)
7
+
*[ ] Is there a [milestone plan](https://github.com/dart-lang/linter/issues?q=is%3Aopen+is%3Aissue+label%3Amilestone-plan)
8
+
for the release? If so, has it been updated?
9
+
*[ ] Is the changelog up to date? (Look at
10
+
[commit history](https://github.com/dart-lang/linter/commits/main) to verify.)
9
11
*[ ] Chronological order is fine.
12
+
*[ ] Most changes should make it into the changelog, but internal cleanups
13
+
and small documentation fixes do not need to be included.
10
14
*[ ] Does the `AUTHORS` file need updating?
11
-
*[ ] Spot check new lint rules for [naming consistency](https://github.com/dart-lang/linter/blob/main/doc/writing-lints.md). Rename as needed.
0 commit comments