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
…244)

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

* update default_version

* 🦉 Updates from OwlBot

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* run owlbot post processor locally

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
parthea and gcf-owl-bot[bot] authored Oct 18, 2021
1 parent c646a7e commit 2b932f3
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 14 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
docker:
image: gcr.io/cloud-devrel-public-resources/owlbot-python:latest
digest: sha256:58f73ba196b5414782605236dd0712a73541b44ff2ff4d3a36ec41092dd6fa5b
digest: sha256:3728d8fd14daa46a96d04ce61c6451a3ac864dc48fb71eecbb4411f4a95618d4
28 changes: 15 additions & 13 deletions packages/google-cloud-datacatalog/.repo-metadata.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
{
"name": "datacatalog ",
"name_pretty": "Google Cloud Data Catalog",
"product_documentation": "https://cloud.google.com/data-catalog",
"client_documentation": "https://googleapis.dev/python/datacatalog/latest",
"issue_tracker": "",
"release_level": "ga",
"language": "python",
"library_type": "GAPIC_AUTO",
"repo": "googleapis/python-datacatalog",
"distribution_name": "google-cloud-datacatalog",
"api_id": "datacatalog.googleapis.com",
"requires_billing": true
}
"name": "datacatalog ",
"name_pretty": "Google Cloud Data Catalog",
"product_documentation": "https://cloud.google.com/data-catalog",
"client_documentation": "https://googleapis.dev/python/datacatalog/latest",
"issue_tracker": "",
"release_level": "ga",
"language": "python",
"library_type": "GAPIC_AUTO",
"repo": "googleapis/python-datacatalog",
"distribution_name": "google-cloud-datacatalog",
"api_id": "datacatalog.googleapis.com",
"requires_billing": true,
"default_version": "v1",
"codeowner_team": ""
}

0 comments on commit 2b932f3

Please sign in to comment.