| OLD | NEW |
| 1 **Pushing a new Release** | 1 # Pushing a new Release |
| 2 | 2 |
| 3 First, make sure travis and appveyor are GREEN. | 3 First, make sure travis and appveyor are GREEN. |
| 4 | 4 |
| 5 [](https://travis-ci.
org/dart-lang/linter) | 5 [](https://travis-ci.
org/dart-lang/linter) |
| 6 [](https://ci.appveyor.com/project/pq/linter/branch/master) | 6 [](https://ci.appveyor.com/project/pq/linter/branch/master) |
| 7 | 7 |
| 8 All clear? Then: | 8 All clear? Then: |
| 9 | 9 |
| 10 1. Update `pubspec.yaml` with a version bump and `CHANGELOG.md` accordingly. | 10 1. Update `pubspec.yaml` with a version bump and `CHANGELOG.md` accordingly. |
| 11 2. Tag a release [branch](https://github.com/dart-lang/linter/releases). | 11 2. Tag a release [branch](https://github.com/dart-lang/linter/releases). |
| 12 3. Publish to `pub.dartlang` (`pub --publish`); heed all warnings! | 12 3. Publish to `pub.dartlang` (`pub --publish`); heed all warnings! |
| 13 4. On the `io` branch, regenerate linter docs (`dart tool/doc.dart --out path/
to/io_linter/lints`). | 13 4. On the `io` branch, regenerate linter docs (`dart tool/doc.dart --out path/
to/io_linter/lints`). |
| 14 5. Update SDK `DEPS`. | 14 5. Update SDK `DEPS`. |
| 15 | 15 |
| 16 You're done! | 16 You're done! |
| OLD | NEW |