Skip to content
This repository was archived by the owner on Apr 3, 2024. It is now read-only.

Commit 001865a

Browse files
partheagcf-owl-bot[bot]Benjamin E. Coe
authored
chore: add api_shortname and library_type to repo metadata (#1040)
* chore: update .repo-metadata.json * chore: update library_type in repo-metadata.json * 🦉 Updates from OwlBot See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * 🦉 Updates from OwlBot See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * 🦉 Updates from OwlBot See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * Update .repo-metadata.json Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Benjamin E. Coe <bencoe@google.com>
1 parent fcb6b27 commit 001865a

2 files changed

Lines changed: 8 additions & 7 deletions

File tree

.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/debugger",
55
"client_documentation": "https://cloud.google.com/nodejs/docs/reference/debug-agent/latest",
66
"issue_tracker": "https://issuetracker.google.com/savedsearches/559771",
7-
"release_level": "beta",
7+
"release_level": "preview",
88
"language": "nodejs",
99
"repo": "googleapis/cloud-debug-nodejs",
1010
"distribution_name": "@google-cloud/debug-agent",
1111
"api_id": "clouddebugger.googleapis.com",
12-
"codeowner_team": "@googleapis/api-debug"
12+
"codeowner_team": "@googleapis/api-debug",
13+
"api_shortname": "clouddebugger",
14+
"library_type": "AGENT"
1315
}

README.md

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

55
# [Stackdriver Debugger: Node.js Client](https://github.com/googleapis/cloud-debug-nodejs)
66

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-preview-yellow.svg?style=flat)](https://cloud.google.com/terms/launch-stages)
88
[![npm version](https://img.shields.io/npm/v/@google-cloud/debug-agent.svg)](https://www.npmjs.org/package/@google-cloud/debug-agent)
99

1010

@@ -97,13 +97,12 @@ This library follows [Semantic Versioning](http://semver.org/).
9797

9898

9999

100-
This library is considered to be in **beta**. This means it is expected to be
101-
mostly stable while we work toward a general availability release; however,
102-
complete stability is not guaranteed. We will address issues and requests
103-
against beta libraries with a high priority.
104100

105101

106102

103+
This library is considered to be in **preview**. This means it is still a
104+
work-in-progress and under active development. Any release is subject to
105+
backwards-incompatible changes at any time.
107106

108107

109108
More Information: [Google Cloud Platform Launch Stages][launch_stages]

0 commit comments

Comments
 (0)