Skip to content

Commit 7a82578

Browse files
authored
chore: add api_shortname and library_type to repo metadata (#496)
1 parent ef1f3bb commit 7a82578

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,15 @@
22
"client_documentation": "https://cloud.google.com/nodejs/docs/reference/os-login/latest",
33
"api_id": "oslogin.googleapis.com",
44
"distribution_name": "@google-cloud/os-login",
5-
"release_level": "ga",
5+
"release_level": "stable",
66
"default_version": "v1",
77
"language": "nodejs",
88
"name_pretty": "Google Cloud OS Login",
99
"repo": "googleapis/nodejs-os-login",
1010
"product_documentation": "https://cloud.google.com/compute/docs/oslogin/",
1111
"requires_billing": true,
1212
"name": "oslogin",
13-
"issue_tracker": "https://issuetracker.google.com/savedsearches/559755"
13+
"issue_tracker": "https://issuetracker.google.com/savedsearches/559755",
14+
"api_shortname": "oslogin",
15+
"library_type": "GAPIC_AUTO"
1416
}

packages/google-cloud-oslogin/README.md

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

55
# [Google Cloud OS Login: Node.js Client](https://github.com/googleapis/nodejs-os-login)
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+
88
[![npm version](https://img.shields.io/npm/v/@google-cloud/os-login.svg)](https://www.npmjs.org/package/@google-cloud/os-login)
99
[![codecov](https://img.shields.io/codecov/c/github/googleapis/nodejs-os-login/main.svg?style=flat)](https://codecov.io/gh/googleapis/nodejs-os-login)
1010

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

116116

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

123123

124124

125125

126126

127127

128-
129128
More Information: [Google Cloud Platform Launch Stages][launch_stages]
130129

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

0 commit comments

Comments
 (0)