| Index: README.md
|
| diff --git a/README.md b/README.md
|
| index f12e3ca78c2a5ddc63e1a1999ef12389d7baae43..d7e36938a8527359a4c03830c091cdff44a1fa09 100644
|
| --- a/README.md
|
| +++ b/README.md
|
| @@ -1,3 +1,25 @@
|
| ## 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
|
| +- Run tests
|
| +
|
| +- Upload packages to pub
|
| +- Commit downloaded discovery documents and generated packages
|
|
|