Skip to content

Commit 0908fe8

Browse files
feat: upgrade library to ga (#69)
* feat: upgrade library to ga * 🦉 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 <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 5ffda8e commit 0908fe8

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
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": "stable",
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

Lines changed: 5 additions & 4 deletions
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-stable-brightgreen.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

1010

@@ -120,17 +120,18 @@ for versions compatible with Node.js 8.
120120
This library follows [Semantic Versioning](http://semver.org/).
121121

122122

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

129129

130130

131131

132132

133133

134+
134135
More Information: [Google Cloud Platform Launch Stages][launch_stages]
135136

136137
[launch_stages]: https://cloud.google.com/terms/launch-stages

0 commit comments

Comments
 (0)