Skip to content

Commit e6db2e2

Browse files
authored
chore: add default_version and codeowner_team to .repo-metadata.json (#514)
* chore: add default_version and codeowner_team to .repo-metadata.json * update default_version and codeowner_team
1 parent b8d184d commit e6db2e2

1 file changed

Lines changed: 13 additions & 11 deletions

File tree

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

0 commit comments

Comments
 (0)