OLD | NEW |
(Empty) | |
| 1 **Pushing a new Release** |
| 2 |
| 3 First, make sure travis and appveyor are GREEN. |
| 4 |
| 5 [![Build Status](https://travis-ci.org/dart-lang/linter.svg)](https://travis-ci.
org/dart-lang/linter) |
| 6 [![Build status](https://ci.appveyor.com/api/projects/status/3a2437l58uhmvckm/br
anch/master?svg=true)](https://ci.appveyor.com/project/pq/linter/branch/master) |
| 7 |
| 8 All clear? Then: |
| 9 |
| 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). |
| 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`). |
| 14 5. Update SDK `DEPS`. |
| 15 |
| 16 You're done! |
OLD | NEW |