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

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

* update default_version
  • Loading branch information
parthea authored Oct 15, 2021
1 parent 447f03f commit 3e279ea
Showing 1 changed file with 15 additions and 13 deletions.
28 changes: 15 additions & 13 deletions packages/google-cloud-tasks/.repo-metadata.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
{
"name": "cloudtasks",
"name_pretty": "Cloud Tasks",
"product_documentation": "https://cloud.google.com/tasks/docs/",
"client_documentation": "https://googleapis.dev/python/cloudtasks/latest",
"issue_tracker": "https://issuetracker.google.com/savedsearches/5433985",
"release_level": "ga",
"language": "python",
"library_type": "GAPIC_AUTO",
"repo": "googleapis/python-tasks",
"distribution_name": "google-cloud-tasks",
"api_id": "cloudtasks.googleapis.com",
"requires_billing": true
}
"name": "cloudtasks",
"name_pretty": "Cloud Tasks",
"product_documentation": "https://cloud.google.com/tasks/docs/",
"client_documentation": "https://googleapis.dev/python/cloudtasks/latest",
"issue_tracker": "https://issuetracker.google.com/savedsearches/5433985",
"release_level": "ga",
"language": "python",
"library_type": "GAPIC_AUTO",
"repo": "googleapis/python-tasks",
"distribution_name": "google-cloud-tasks",
"api_id": "cloudtasks.googleapis.com",
"requires_billing": true,
"default_version": "v2",
"codeowner_team": ""
}

0 comments on commit 3e279ea

Please sign in to comment.