File tree 2 files changed +8
-2
lines changed
packages/google-cloud-shell
2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 4
4
"product_documentation" : " https://cloud.google.com/shell/" ,
5
5
"client_documentation" : " https://cloud.google.com/nodejs/docs/reference/shell/latest" ,
6
6
"issue_tracker" : " https://github.com/googleapis/nodejs-cloud-shell/issues" ,
7
- "release_level" : " BETA " ,
7
+ "release_level" : " ga " ,
8
8
"language" : " nodejs" ,
9
9
"repo" : " googleapis/nodejs-cloud-shell" ,
10
10
"distribution_name" : " @google-cloud/shell" ,
Original file line number Diff line number Diff line change 4
4
5
5
# [ Cloud Shell: Node.js Client] ( https://github.com/googleapis/nodejs-cloud-shell )
6
6
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 )
8
8
[ ![ npm version] ( https://img.shields.io/npm/v/@google-cloud/shell.svg )] ( https://www.npmjs.org/package/@google-cloud/shell )
9
9
[ ![ codecov] ( https://img.shields.io/codecov/c/github/googleapis/nodejs-cloud-shell/main.svg?style=flat )] ( https://codecov.io/gh/googleapis/nodejs-cloud-shell )
10
10
@@ -121,6 +121,12 @@ _Legacy Node.js versions are supported as a best effort:_
121
121
This library follows [ Semantic Versioning] ( http://semver.org/ ) .
122
122
123
123
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
+
124
130
125
131
126
132
You can’t perform that action at this time.
0 commit comments