Skip to content

Commit

Permalink
chore: add default_version to .repo-metadata.json (#189)
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 0ed5844 commit f1156b9
Showing 1 changed file with 14 additions and 13 deletions.
27 changes: 14 additions & 13 deletions packages/google-cloud-containeranalysis/.repo-metadata.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
{
"name": "containeranalysis",
"name_pretty": "Cloud Container Analysis",
"product_documentation": "https://cloud.google.com/container-registry/docs/container-analysis",
"client_documentation": "https://googleapis.dev/python/containeranalysis/latest",
"issue_tracker": "https://issuetracker.google.com/savedsearches/559777",
"release_level": "ga",
"language": "python",
"library_type": "GAPIC_AUTO",
"repo": "googleapis/python-containeranalysis",
"distribution_name": "google-cloud-containeranalysis",
"api_id": "containeranalysis.googleapis.com",
"codeowner_team": "@googleapis/cicd",
"requires_billing": false
"name": "containeranalysis",
"name_pretty": "Cloud Container Analysis",
"product_documentation": "https://cloud.google.com/container-registry/docs/container-analysis",
"client_documentation": "https://googleapis.dev/python/containeranalysis/latest",
"issue_tracker": "https://issuetracker.google.com/savedsearches/559777",
"release_level": "ga",
"language": "python",
"library_type": "GAPIC_AUTO",
"repo": "googleapis/python-containeranalysis",
"distribution_name": "google-cloud-containeranalysis",
"api_id": "containeranalysis.googleapis.com",
"codeowner_team": "@googleapis/cicd",
"requires_billing": false,
"default_version": "v1"
}

0 comments on commit f1156b9

Please sign in to comment.