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

Side by Side Diff: doc/RELEASING.md

Issue 1434733003: Release process doc. (Closed) Base URL: https://github.com/dart-lang/linter.git@master
Patch Set: Created 5 years, 1 month 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 | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(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!
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698