From 7dd6fcf22d87a160cc7b6ee2b54031f4a370e072 Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Thu, 30 Dec 2021 11:34:51 -0500 Subject: [PATCH] chore: add api_shortname and library_type to repo metadata (#499) --- .repo-metadata.json | 6 ++++-- README.md | 9 ++++----- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/.repo-metadata.json b/.repo-metadata.json index deed0c3..4813e94 100644 --- a/.repo-metadata.json +++ b/.repo-metadata.json @@ -4,10 +4,12 @@ "product_documentation": "https://cloud.google.com/dns", "client_documentation": "https://cloud.google.com/nodejs/docs/reference/dns/latest", "issue_tracker": "https://issuetracker.google.com/savedsearches/559772", - "release_level": "ga", + "release_level": "stable", "language": "nodejs", "repo": "googleapis/nodejs-dns", "distribution_name": "@google-cloud/dns", "api_id": "dns.googleapis.com", - "requires_billing": true + "requires_billing": true, + "api_shortname": "dns", + "library_type": "REST" } diff --git a/README.md b/README.md index 1e8271d..4205dbe 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ # [Cloud DNS: Node.js Client](https://github.com/googleapis/nodejs-dns) -[![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) + [![npm version](https://img.shields.io/npm/v/@google-cloud/dns.svg)](https://www.npmjs.org/package/@google-cloud/dns) [![codecov](https://img.shields.io/codecov/c/github/googleapis/nodejs-dns/main.svg?style=flat)](https://codecov.io/gh/googleapis/nodejs-dns) @@ -116,10 +116,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. @@ -127,7 +127,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