Skip to content

Commit ec0152c

Browse files
authored
chore: add default_version to .repo-metadata.json (#410)
* chore: add default_version and codeowner_team to .repo-metadata.json * update default_version
1 parent ce6904d commit ec0152c

File tree

1 file changed

+14
-13
lines changed

1 file changed

+14
-13
lines changed

.repo-metadata.json

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
{
2-
"name": "logging",
3-
"name_pretty": "Cloud Logging",
4-
"product_documentation": "https://cloud.google.com/logging/docs",
5-
"client_documentation": "https://googleapis.dev/python/logging/latest",
6-
"issue_tracker": "https://issuetracker.google.com/savedsearches/559764",
7-
"release_level": "ga",
8-
"language": "python",
9-
"library_type": "GAPIC_COMBO",
10-
"repo": "googleapis/python-logging",
11-
"distribution_name": "google-cloud-logging",
12-
"api_id": "logging.googleapis.com",
13-
"codeowner_team": "@googleapis/api-logging"
14-
}
2+
"name": "logging",
3+
"name_pretty": "Cloud Logging",
4+
"product_documentation": "https://cloud.google.com/logging/docs",
5+
"client_documentation": "https://googleapis.dev/python/logging/latest",
6+
"issue_tracker": "https://issuetracker.google.com/savedsearches/559764",
7+
"release_level": "ga",
8+
"language": "python",
9+
"library_type": "GAPIC_COMBO",
10+
"repo": "googleapis/python-logging",
11+
"distribution_name": "google-cloud-logging",
12+
"api_id": "logging.googleapis.com",
13+
"codeowner_team": "@googleapis/api-logging",
14+
"default_version": "v2"
15+
}

0 commit comments

Comments
 (0)