Skip to content

Commit 2946057

Browse files
authored
chore: add api_shortname and library_type to repo metadata (#788)
1 parent 88e402d commit 2946057

2 files changed

Lines changed: 8 additions & 7 deletions

File tree

handwritten/cloud-profiler/.repo-metadata.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@
44
"product_documentation": "https://cloud.google.com/profiler",
55
"client_documentation": "https://cloud.google.com/nodejs/docs/reference/profiler/latest",
66
"issue_tracker": "https://issuetracker.google.com/savedsearches/5116474",
7-
"release_level": "ga",
7+
"release_level": "stable",
88
"language": "nodejs",
99
"repo": "googleapis/cloud-profiler-nodejs",
1010
"distribution_name": "@google-cloud/profiler",
1111
"api_id": "cloudprofiler.googleapis.com",
12-
"codeowner_team": "@googleapis/api-profiler"
12+
"codeowner_team": "@googleapis/api-profiler",
13+
"api_shortname": "profiler",
14+
"library_type": "AGENT"
1315
}

handwritten/cloud-profiler/README.md

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

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

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

376376

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

383383

384384

385385

386386

387387

388-
389388
More Information: [Google Cloud Platform Launch Stages][launch_stages]
390389

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

0 commit comments

Comments
 (0)