Skip to content

Commit

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

* update default_version
  • Loading branch information
parthea authored Oct 5, 2021
1 parent 96ab170 commit 97e2d0d
Showing 1 changed file with 14 additions and 13 deletions.
27 changes: 14 additions & 13 deletions packages/grafeas/.repo-metadata.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
{
"name": "grafeas",
"name_pretty": "Grafeas",
"product_documentation": "https://grafeas.io",
"client_documentation": "https://googleapis.dev/python/grafeas/latest",
"issue_tracker": "",
"release_level": "ga",
"language": "python",
"library_type": "GAPIC_COMBO",
"repo": "googleapis/python-grafeas",
"distribution_name": "grafeas",
"api_id": "",
"codeowner_team": "@googleapis/cicd",
"requires_billing": false
"name": "grafeas",
"name_pretty": "Grafeas",
"product_documentation": "https://grafeas.io",
"client_documentation": "https://googleapis.dev/python/grafeas/latest",
"issue_tracker": "",
"release_level": "ga",
"language": "python",
"library_type": "GAPIC_COMBO",
"repo": "googleapis/python-grafeas",
"distribution_name": "grafeas",
"api_id": "",
"codeowner_team": "@googleapis/cicd",
"requires_billing": false,
"default_version": "v1"
}

0 comments on commit 97e2d0d

Please sign in to comment.