Skip to content
This repository was archived by the owner on Jul 20, 2023. It is now read-only.

Commit 466cca6

Browse files
authored
feat: promote to stable (#13)
See #6
1 parent a92f33a commit 466cca6

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.repo-metadata.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
"product_documentation": "https://cloud.google.com/eventarc",
55
"client_documentation": "https://googleapis.dev/nodejs/publishing/latest/",
66
"issue_tracker": "https://issuetracker.google.com/savedsearches/5972217",
7-
"release_level": "beta",
7+
"release_level": "stable",
88
"language": "nodejs",
99
"repo": "googleapis/nodejs-eventarc-publishing",
1010
"distribution_name": "@google-cloud/eventarc-publishing",
1111
"api_id": "publishing.googleapis.com",
1212
"default_version": "v1",
13-
"requires_billing": true
13+
"requires_billing": true,
14+
"library_type": "GAPIC_AUTO"
1415
}
15-

README.md

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

55
# [Eventarc Publishing API: Node.js Client](https://github.com/googleapis/nodejs-eventarc-publishing)
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-stable-brightgreen.svg?style=flat)](https://cloud.google.com/terms/launch-stages)
88
[![npm version](https://img.shields.io/npm/v/@google-cloud/eventarc-publishing.svg)](https://www.npmjs.org/package/@google-cloud/eventarc-publishing)
99

1010

@@ -87,11 +87,11 @@ This library follows [Semantic Versioning](http://semver.org/).
8787

8888

8989

90+
This library is considered to be **stable**. The code surface will not change in backwards-incompatible ways
91+
unless absolutely necessary (e.g. because of critical security issues) or with
92+
an extensive deprecation period. Issues and requests against **stable** libraries
93+
are addressed with the highest priority.
9094

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

9696

9797

0 commit comments

Comments
 (0)