Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(304)

Side by Side Diff: doc/RELEASING.md

Issue 2340053003: Doc cleanup. (Closed)
Patch Set: Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | doc/WritingLints.MD » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 [![Build Status](https://travis-ci.org/dart-lang/linter.svg)](https://travis-ci. org/dart-lang/linter) 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) 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 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!
OLDNEW
« no previous file with comments | « no previous file | doc/WritingLints.MD » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698