Skip to content

Commit f1156b9

Browse files
authored
chore: add default_version to .repo-metadata.json (#189)
* chore: add default_version and codeowner_team to .repo-metadata.json * update default_version
1 parent 0ed5844 commit f1156b9

1 file changed

Lines changed: 14 additions & 13 deletions

File tree

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
{
2-
"name": "containeranalysis",
3-
"name_pretty": "Cloud Container Analysis",
4-
"product_documentation": "https://cloud.google.com/container-registry/docs/container-analysis",
5-
"client_documentation": "https://googleapis.dev/python/containeranalysis/latest",
6-
"issue_tracker": "https://issuetracker.google.com/savedsearches/559777",
7-
"release_level": "ga",
8-
"language": "python",
9-
"library_type": "GAPIC_AUTO",
10-
"repo": "googleapis/python-containeranalysis",
11-
"distribution_name": "google-cloud-containeranalysis",
12-
"api_id": "containeranalysis.googleapis.com",
13-
"codeowner_team": "@googleapis/cicd",
14-
"requires_billing": false
2+
"name": "containeranalysis",
3+
"name_pretty": "Cloud Container Analysis",
4+
"product_documentation": "https://cloud.google.com/container-registry/docs/container-analysis",
5+
"client_documentation": "https://googleapis.dev/python/containeranalysis/latest",
6+
"issue_tracker": "https://issuetracker.google.com/savedsearches/559777",
7+
"release_level": "ga",
8+
"language": "python",
9+
"library_type": "GAPIC_AUTO",
10+
"repo": "googleapis/python-containeranalysis",
11+
"distribution_name": "google-cloud-containeranalysis",
12+
"api_id": "containeranalysis.googleapis.com",
13+
"codeowner_team": "@googleapis/cicd",
14+
"requires_billing": false,
15+
"default_version": "v1"
1516
}

0 commit comments

Comments
 (0)