Skip to content

Commit 22f0759

Browse files
authored
chore: add default_version and codeowner_team to .repo-metadata.json (#47)
By default the code owner will be googleapis/yoshi-python. This change is needed for the following synthtool PRs. googleapis/synthtool#1201 googleapis/synthtool#1114
1 parent 3cdb98e commit 22f0759

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

packages/google-cloud-essential-contacts/.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-essential-contacts",
1111
"distribution_name": "google-cloud-essential-contacts",
12-
"api_id": "essentialcontacts.googleapis.com"
13-
}
12+
"api_id": "essentialcontacts.googleapis.com",
13+
"default_version": "v1",
14+
"codeowner_team": ""
15+
}

0 commit comments

Comments
 (0)