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

Unified Diff: README.md

Issue 539113002: Update the configuration file googleapis generation (Closed) Base URL: git@github.com:dart-lang/googleapis.git@master
Patch Set: Created 6 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | config.yaml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: README.md
diff --git a/README.md b/README.md
index f12e3ca78c2a5ddc63e1a1999ef12389d7baae43..57d5ab3569bf41da55dede1f0c49354c62b26dae 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,23 @@
## Google Cloud Platform
Repository for building the googleapis packages
+
+### Manual process
+
+This should be automated, but here is the current workflow
+
+- Clone the GitHub repro https://github.com/dart-lang/discovery_api_dart_client_generator
+- Checkout the experimental branch
+- Generate from config file
+
+ $ dart ../discovery_api_dart_client_generator/bin/generate.dart run_config
+
+- Downloaded discovery documents directory 'discovery'
+- Generated packages in directory 'generated'
+
+- Diff with previous apis and determine wheter to do minor or major version update
+- Update config.yaml with new version and generate again
kustermann 2014/09/04 13:54:36 Can long lines be broken in markdown? If so, break
Søren Gjesse 2014/09/29 16:11:40 They can. Done.
+- Run tests
+
+- Upload packages to pub
+- Commit downloaded discovery documents and generated packages
« no previous file with comments | « no previous file | config.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698