Api roll 7: 2014-12-01

R=kustermann@google.com
BUG=

Review URL: https://codereview.chromium.org//770773002
171 files changed
tree: 95281301313e7d03fae1cae2c023317412c9b9c3
  1. discovery/
  2. generated/
  3. resources/
  4. .gitignore
  5. AUTHORS
  6. codereview.settings
  7. config.yaml
  8. LICENSE
  9. PATENTS
  10. pubspec.lock
  11. pubspec.yaml
  12. README.md
README.md

Repository for building the googleapis and googleapis_beta packages.

Workflow:

  • Update pubspec.yaml with new commit hash from the generator.

  • 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 whether to do minor or major version update. Update CHANGELOG.md files in resources/.

  • Update config.yaml with new version and generate again.

  • Run tests.

  • Commit downloaded discovery documents and generated packages.

  • Upload packages to pub.