Skip to content

Commit

Permalink
chore: add default_version and codeowner_team to .repo-metadata.json (#…
Browse files Browse the repository at this point in the history
…93)

* chore: add default_version and codeowner_team to .repo-metadata.json

* set default_version to v1alpha1
  • Loading branch information
parthea authored Oct 4, 2021
1 parent bb314b6 commit 38aafcf
Showing 1 changed file with 13 additions and 11 deletions.
24 changes: 13 additions & 11 deletions packages/google-area120-tables/.repo-metadata.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
{
"name": "area120tables",
"name_pretty": "Area 120 Tables API",
"product_documentation": "",
"client_documentation": "https://googleapis.dev/python/area120tables/latest",
"issue_tracker": "",
"release_level": "alpha",
"language": "python",
"library_type": "GAPIC_AUTO",
"repo": "googleapis/python-area120-tables",
"distribution_name": "google-area120-tables",
"api_id": "area120tables.googleapis.com"
"name": "area120tables",
"name_pretty": "Area 120 Tables API",
"product_documentation": "",
"client_documentation": "https://googleapis.dev/python/area120tables/latest",
"issue_tracker": "",
"release_level": "alpha",
"language": "python",
"library_type": "GAPIC_AUTO",
"repo": "googleapis/python-area120-tables",
"distribution_name": "google-area120-tables",
"api_id": "area120tables.googleapis.com",
"default_version": "v1alpha1",
"codeowner_team": ""
}

0 comments on commit 38aafcf

Please sign in to comment.