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

Unified Diff: sky/tools/big_red_button.py

Issue 1231653002: Roll to v16 for republishing with .sdkext support (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 5 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sky/sdk/pubspec.yaml ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/tools/big_red_button.py
diff --git a/sky/tools/big_red_button.py b/sky/tools/big_red_button.py
index 620133a03247505ee1e99130b7581ae281bde1d2..75b246b62b9d520c04414996b1f867dd75919963 100644
--- a/sky/tools/big_red_button.py
+++ b/sky/tools/big_red_button.py
@@ -1,8 +1,22 @@
-# Roll versions script:
-# /src/mojo/src/sky/apk/demo/AndroidManifest.xml version and string.
-# Update versions of pub packages:
-
-# Make a commit, upload it, land it.
+# Prepare release script.
+#
+# 1) Bump versions:
+# sky/sdk/example/demo_launcher/apk/AndroidManifest.xml
+# mojo/dart/mojo_services/pubspec.yaml
+# mojo/dart/mojom/pubspec.yaml
+# mojo/public/dart/pubspec.yaml
+# sky/sdk/pubspec.yaml
+#
+# 2) Update change logs:
+# mojo/dart/mojo_services/CHANGELOG.md
+# mojo/dart/mojom/CHANGELOG.md
+# mojo/public/dart/CHANGELOG.md
+# sky/sdk/CHANGELOG.md
+#
+# 3) Make a commit, upload it, land it.
+#
+# 4) Run this script.
+#
# Useful links:
# http://stackoverflow.com/questions/14665518/api-to-automatically-upload-apk-to-google-play
« no previous file with comments | « sky/sdk/pubspec.yaml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698