diff --git a/packages/google-cloud-tasks/.repo-metadata.json b/packages/google-cloud-tasks/.repo-metadata.json index d5be7060c53..357240d1b68 100644 --- a/packages/google-cloud-tasks/.repo-metadata.json +++ b/packages/google-cloud-tasks/.repo-metadata.json @@ -1,6 +1,6 @@ { "distribution_name": "@google-cloud/tasks", - "release_level": "ga", + "release_level": "stable", "product_documentation": "https://cloud.google.com/tasks/docs/", "repo": "googleapis/nodejs-tasks", "default_version": "v2", @@ -11,5 +11,7 @@ "name": "tasks", "name_pretty": "Cloud Tasks", "api_id": "tasks.googleapis.com", - "codeowner_team": "@googleapis/serverless-team" + "codeowner_team": "@googleapis/serverless-team", + "api_shortname": "tasks", + "library_type": "GAPIC_AUTO" } diff --git a/packages/google-cloud-tasks/README.md b/packages/google-cloud-tasks/README.md index b294a5ef417..721947a89c1 100644 --- a/packages/google-cloud-tasks/README.md +++ b/packages/google-cloud-tasks/README.md @@ -4,7 +4,7 @@ # [Cloud Tasks: Node.js Client](https://github.com/googleapis/nodejs-tasks) -[![release level](https://img.shields.io/badge/release%20level-general%20availability%20%28GA%29-brightgreen.svg?style=flat)](https://cloud.google.com/terms/launch-stages) +[![release level](https://img.shields.io/badge/release%20level-stable-brightgreen.svg?style=flat)](https://cloud.google.com/terms/launch-stages) [![npm version](https://img.shields.io/npm/v/@google-cloud/tasks.svg)](https://www.npmjs.org/package/@google-cloud/tasks) @@ -154,10 +154,10 @@ _Legacy Node.js versions are supported as a best effort:_ This library follows [Semantic Versioning](http://semver.org/). -This library is considered to be **General Availability (GA)**. This means it -is stable; the code surface will not change in backwards-incompatible ways + +This library is considered to be **stable**. The code surface will not change in backwards-incompatible ways unless absolutely necessary (e.g. because of critical security issues) or with -an extensive deprecation period. Issues and requests against **GA** libraries +an extensive deprecation period. Issues and requests against **stable** libraries are addressed with the highest priority. @@ -165,7 +165,6 @@ are addressed with the highest priority. - More Information: [Google Cloud Platform Launch Stages][launch_stages] [launch_stages]: https://cloud.google.com/terms/launch-stages