From 470a8722df2b2fb2da1b076b73414d2e28a3ff4e Mon Sep 17 00:00:00 2001 From: Daniel Bankhead Date: Fri, 10 Nov 2023 07:53:55 -0800 Subject: [PATCH] fix: Repo Metadata (#595) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * fix: Repo Metadata * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot --- .repo-metadata.json | 5 +++-- README.md | 9 ++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.repo-metadata.json b/.repo-metadata.json index c006a9e..4ab3037 100644 --- a/.repo-metadata.json +++ b/.repo-metadata.json @@ -4,9 +4,10 @@ "product_documentation": "https://cloud.google.com/compute/docs/storing-retrieving-metadata", "client_documentation": "https://cloud.google.com/nodejs/docs/reference/gcp-metadata/latest", "issue_tracker": "https://github.com/googleapis/gcp-metadata/issues", - "release_level": "ga", + "release_level": "stable", "language": "nodejs", "repo": "googleapis/gcp-metadata", "distribution_name": "gcp-metadata", - "requires_billing": false + "requires_billing": false, + "library_type": "CORE" } diff --git a/README.md b/README.md index c80f3c1..fd93aea 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ # [GCP Metadata: Node.js Client](https://github.com/googleapis/gcp-metadata) -[![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/gcp-metadata.svg)](https://www.npmjs.org/package/gcp-metadata) @@ -195,10 +195,10 @@ for versions compatible with Node.js 8. 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. @@ -206,7 +206,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