From bb9e330022790e5bf0e296f74915d1d86e99f7c5 Mon Sep 17 00:00:00 2001 From: Justin Beckwith Date: Wed, 25 Aug 2021 11:13:38 -0700 Subject: [PATCH] fix: flag module as GA (#33) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * fix: flag module as GA * 🦉 Updates from OwlBot See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * Update .repo-metadata.json * 🦉 Updates from OwlBot See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: Owl Bot --- packages/google-cloud-shell/.repo-metadata.json | 2 +- packages/google-cloud-shell/README.md | 8 +++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/packages/google-cloud-shell/.repo-metadata.json b/packages/google-cloud-shell/.repo-metadata.json index 5c161c73fc8..e18da0656c6 100644 --- a/packages/google-cloud-shell/.repo-metadata.json +++ b/packages/google-cloud-shell/.repo-metadata.json @@ -4,7 +4,7 @@ "product_documentation": "https://cloud.google.com/shell/", "client_documentation": "https://cloud.google.com/nodejs/docs/reference/shell/latest", "issue_tracker": "https://github.com/googleapis/nodejs-cloud-shell/issues", - "release_level": "BETA", + "release_level": "ga", "language": "nodejs", "repo": "googleapis/nodejs-cloud-shell", "distribution_name": "@google-cloud/shell", diff --git a/packages/google-cloud-shell/README.md b/packages/google-cloud-shell/README.md index 6fab0894e8e..a3885d83a7b 100644 --- a/packages/google-cloud-shell/README.md +++ b/packages/google-cloud-shell/README.md @@ -4,7 +4,7 @@ # [Cloud Shell: Node.js Client](https://github.com/googleapis/nodejs-cloud-shell) -[![release level](https://img.shields.io/badge/release%20level-beta-yellow.svg?style=flat)](https://cloud.google.com/terms/launch-stages) +[![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/shell.svg)](https://www.npmjs.org/package/@google-cloud/shell) [![codecov](https://img.shields.io/codecov/c/github/googleapis/nodejs-cloud-shell/main.svg?style=flat)](https://codecov.io/gh/googleapis/nodejs-cloud-shell) @@ -121,6 +121,12 @@ _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 +unless absolutely necessary (e.g. because of critical security issues) or with +an extensive deprecation period. Issues and requests against **GA** libraries +are addressed with the highest priority. +