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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: doc/RELEASING.md
diff --git a/doc/RELEASING.md b/doc/RELEASING.md
new file mode 100644
index 0000000000000000000000000000000000000000..2f833169b9a28ea27181747151e703a2b13ecdb9
--- /dev/null
+++ b/doc/RELEASING.md
@@ -0,0 +1,16 @@
+**Pushing a new Release**
+
+First, make sure travis and appveyor are GREEN.
+
+[![Build Status](https://travis-ci.org/dart-lang/linter.svg)](https://travis-ci.org/dart-lang/linter)
+[![Build status](https://ci.appveyor.com/api/projects/status/3a2437l58uhmvckm/branch/master?svg=true)](https://ci.appveyor.com/project/pq/linter/branch/master)
+
+All clear? Then:
+
+ 1. Update `pubspec.yaml` with a version bump and `CHANGELOG.md` accordingly.
+ 2. Tag a release [branch](https://github.com/dart-lang/linter/releases).
+ 3. Publish to `pub.dartlang` (`pub --publish`); heed all warnings!
+ 4. On the `io` branch, regenerate linter docs (`dart tool/doc.dart --out path/to/io_linter/lints`).
+ 5. Update SDK `DEPS`.
+
+You're done!
« 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