Skip to content

Commit 82f77f3

Browse files
authored
chore: add api_shortname and library_type to repo metadata (#532)
1 parent 4cc6c6f commit 82f77f3

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,10 @@
77
"issue_tracker": "https://issuetracker.google.com/savedsearches/5169231",
88
"name_pretty": "Cloud Redis",
99
"default_version": "v1",
10-
"release_level": "ga",
10+
"release_level": "stable",
1111
"repo": "googleapis/nodejs-redis",
1212
"client_documentation": "https://cloud.google.com/nodejs/docs/reference/redis/latest",
13-
"requires_billing": true
13+
"requires_billing": true,
14+
"api_shortname": "redis",
15+
"library_type": "GAPIC_AUTO"
1416
}

packages/google-cloud-redis/README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

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

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)
7+
[![release level](https://img.shields.io/badge/release%20level-stable-brightgreen.svg?style=flat)](https://cloud.google.com/terms/launch-stages)
88
[![npm version](https://img.shields.io/npm/v/@google-cloud/redis.svg)](https://www.npmjs.org/package/@google-cloud/redis)
99

1010

@@ -116,18 +116,17 @@ _Legacy Node.js versions are supported as a best effort:_
116116
This library follows [Semantic Versioning](http://semver.org/).
117117

118118

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

125125

126126

127127

128128

129129

130-
131130
More Information: [Google Cloud Platform Launch Stages][launch_stages]
132131

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

0 commit comments

Comments
 (0)