commit | 3242d2e54b50ee1884ecf8e07aa3fa496e02ecdc | [log] [tgz] |
---|---|---|
author | Martin Kustermann <kustermann@google.com> | Mon Oct 20 19:17:43 2014 +0200 |
committer | Martin Kustermann <kustermann@google.com> | Mon Oct 20 19:17:43 2014 +0200 |
tree | aa9653f7d29c463f47eb7bc1eda6942be57743d5 | |
parent | 2fcef1615326bf4f59c3e257ba5525ef17fc8634 [diff] |
Api roll 4: 2014-10-20 R=sgjesse@google.com Review URL: https://codereview.chromium.org//663113002
Repository for building the googleapis packages
Here is the current workflow of generating new APIs
Maybe update ‘pubspec.yaml’ with new commit hash of the generator.
$ vim pubspec.yaml
Run ‘pub upgrade’ in this directory:
$ rm -rf .pub $ pub upgrade
Download & Generate APIs using the config.yaml configuration:
$ pub run discovery_api_client_generator:generate run_config
Diff with previous apis and determine wheter to do minor or major version update
Update config.yaml with new version and generate again
Run tests
Commit downloaded discovery documents and generated packages
Upload packages to pub