Skip to content

Commit

Permalink
chore: add default_version to .repo-metadata.json (#181)
Browse files Browse the repository at this point in the history
* chore: add default_version and codeowner_team to .repo-metadata.json

* update default_version
  • Loading branch information
parthea authored Oct 4, 2021
1 parent 60cb0bd commit c79af3a
Showing 1 changed file with 14 additions and 13 deletions.
27 changes: 14 additions & 13 deletions packages/google-cloud-build/.repo-metadata.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
{
"name": "cloudbuild",
"name_pretty": "Cloud Build",
"product_documentation": "https://cloud.google.com/cloud-build/docs/",
"client_documentation": "https://googleapis.dev/python/cloudbuild/latest",
"issue_tracker": "https://issuetracker.google.com/savedsearches/5226584",
"release_level": "ga",
"language": "python",
"library_type": "GAPIC_AUTO",
"repo": "googleapis/python-cloudbuild",
"distribution_name": "google-cloud-build",
"api_id": "cloudbuild.googleapis.com",
"codeowner_team": "@googleapis/cicd",
"requires_billing": false
"name": "cloudbuild",
"name_pretty": "Cloud Build",
"product_documentation": "https://cloud.google.com/cloud-build/docs/",
"client_documentation": "https://googleapis.dev/python/cloudbuild/latest",
"issue_tracker": "https://issuetracker.google.com/savedsearches/5226584",
"release_level": "ga",
"language": "python",
"library_type": "GAPIC_AUTO",
"repo": "googleapis/python-cloudbuild",
"distribution_name": "google-cloud-build",
"api_id": "cloudbuild.googleapis.com",
"codeowner_team": "@googleapis/cicd",
"requires_billing": false,
"default_version": "v1"
}

0 comments on commit c79af3a

Please sign in to comment.