Skip to content
This repository was archived by the owner on Nov 20, 2024. It is now read-only.

Commit c199514

Browse files
pqparlough
andauthored
remove explicit doc creation step (#3448)
* remove explicit doc creation step * Update doc/RELEASING.md Co-authored-by: Parker Lougheed <[email protected]> Co-authored-by: Parker Lougheed <[email protected]>
1 parent 1ddc709 commit c199514

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

doc/RELEASING.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ All clear? Then:
1919

2020
1. Update `pubspec.yaml` with a version bump and `CHANGELOG.md` accordingly.
2121
2. Tag a release [branch](https://github.com/dart-lang/linter/releases).
22-
3. Publish to `pub.dartlang` (`pub --publish`); heed all warnings!
23-
4. On the `io` branch, regenerate linter docs (`dart tool/doc.dart --out path/to/io_linter/lints`).
24-
5. Update SDK `DEPS`.
22+
3. Publish to `pub.dev` (`dart pub lish`); heed all warnings that are not test data related!
23+
4. Update SDK `DEPS`.
2524

2625
You're done!

0 commit comments

Comments
 (0)