Skip to content

Commit 73b06cc

Browse files
authored
chore: add default_version and codeowner_team to .repo-metadata.json (#49)
* chore: add default_version and codeowner_team to .repo-metadata.json * update default_version
1 parent f52eaca commit 73b06cc

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

packages/google-cloud-private-catalog/.repo-metadata.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,10 @@
66
"issue_tracker": "",
77
"release_level": "beta",
88
"language": "python",
9-
"library_type" : "GAPIC_AUTO",
9+
"library_type": "GAPIC_AUTO",
1010
"repo": "googleapis/python-private-catalog",
1111
"distribution_name": "google-cloud-private-catalog",
12-
"api_id": "cloudprivatecatalog.googleapis.com"
13-
}
12+
"api_id": "cloudprivatecatalog.googleapis.com",
13+
"default_version": "v1beta1",
14+
"codeowner_team": ""
15+
}

0 commit comments

Comments
 (0)