Skip to content

Commit f3fd059

Browse files
authored
chore: add default_version and codeowner_team to .repo-metadata.json (googleapis#282)
* chore: add default_version and codeowner_team to .repo-metadata.json * Assign @googleapis/actools-python as codeowner
1 parent 3b0912a commit f3fd059

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

.repo-metadata.json

+11-9
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
{
2-
"name": "google-api-core",
3-
"name_pretty": "Google API client core library",
4-
"client_documentation": "https://googleapis.dev/python/google-api-core/latest",
5-
"release_level": "ga",
6-
"language": "python",
7-
"library_type": "CORE",
8-
"repo": "googleapis/python-api-core",
9-
"distribution_name": "google-api-core"
10-
}
2+
"name": "google-api-core",
3+
"name_pretty": "Google API client core library",
4+
"client_documentation": "https://googleapis.dev/python/google-api-core/latest",
5+
"release_level": "ga",
6+
"language": "python",
7+
"library_type": "CORE",
8+
"repo": "googleapis/python-api-core",
9+
"distribution_name": "google-api-core",
10+
"default_version": "",
11+
"codeowner_team": "@googleapis/actools-python"
12+
}

0 commit comments

Comments
 (0)