Skip to content

Commit 08400f7

Browse files
partheacodyoss
authored andcommitted
chore: add api_shortname and library_type to repo metadata (#299)
1 parent e58da52 commit 08400f7

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

core/paginator/.repo-metadata.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
{
22
"name": "paginator",
33
"name_pretty": "Google Cloud Common Paginator",
4-
"release_level": "ga",
4+
"release_level": "stable",
55
"language": "nodejs",
66
"repo": "googleapis/nodejs-paginator",
77
"distribution_name": "@google-cloud/paginator",
8-
"client_documentation": "https://cloud.google.com/nodejs/docs/reference/paginator/latest"
8+
"client_documentation": "https://cloud.google.com/nodejs/docs/reference/paginator/latest",
9+
"library_type": "OTHER"
910
}

core/paginator/README.md

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

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

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

9999

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

106106

107107

108108

109109

110110

111-
112111
More Information: [Google Cloud Platform Launch Stages][launch_stages]
113112

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

0 commit comments

Comments
 (0)