Skip to content

Commit bb9e330

Browse files
fix: flag module as GA (#33)
* 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 <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent fd3f0b6 commit bb9e330

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

packages/google-cloud-shell/.repo-metadata.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"product_documentation": "https://cloud.google.com/shell/",
55
"client_documentation": "https://cloud.google.com/nodejs/docs/reference/shell/latest",
66
"issue_tracker": "https://github.com/googleapis/nodejs-cloud-shell/issues",
7-
"release_level": "BETA",
7+
"release_level": "ga",
88
"language": "nodejs",
99
"repo": "googleapis/nodejs-cloud-shell",
1010
"distribution_name": "@google-cloud/shell",

packages/google-cloud-shell/README.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
# [Cloud Shell: Node.js Client](https://github.com/googleapis/nodejs-cloud-shell)
66

7-
[![release level](https://img.shields.io/badge/release%20level-beta-yellow.svg?style=flat)](https://cloud.google.com/terms/launch-stages)
7+
[![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)
88
[![npm version](https://img.shields.io/npm/v/@google-cloud/shell.svg)](https://www.npmjs.org/package/@google-cloud/shell)
99
[![codecov](https://img.shields.io/codecov/c/github/googleapis/nodejs-cloud-shell/main.svg?style=flat)](https://codecov.io/gh/googleapis/nodejs-cloud-shell)
1010

@@ -121,6 +121,12 @@ _Legacy Node.js versions are supported as a best effort:_
121121
This library follows [Semantic Versioning](http://semver.org/).
122122

123123

124+
This library is considered to be **General Availability (GA)**. This means it
125+
is stable; the code surface will not change in backwards-incompatible ways
126+
unless absolutely necessary (e.g. because of critical security issues) or with
127+
an extensive deprecation period. Issues and requests against **GA** libraries
128+
are addressed with the highest priority.
129+
124130

125131

126132

0 commit comments

Comments
 (0)