Skip to content

Commit 151410f

Browse files
fix(docs): bump release level to GA (#319)
1 parent 789083e commit 151410f

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"product_documentation": "https://cloud.google.com/dns",
55
"client_documentation": "https://googleapis.dev/nodejs/dns/latest",
66
"issue_tracker": "https://issuetracker.google.com/savedsearches/559772",
7-
"release_level": "beta",
7+
"release_level": "ga",
88
"language": "nodejs",
99
"repo": "googleapis/nodejs-dns",
1010
"distribution_name": "@google-cloud/dns",

packages/google-cloud-dns/README.md

+6-5
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
# [Cloud DNS: Node.js Client](https://github.com/googleapis/nodejs-dns)
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-general%20availability%20%28GA%29-brightgreen.svg?style=flat)](https://cloud.google.com/terms/launch-stages)
88
[![npm version](https://img.shields.io/npm/v/@google-cloud/dns.svg)](https://www.npmjs.org/package/@google-cloud/dns)
99
[![codecov](https://img.shields.io/codecov/c/github/googleapis/nodejs-dns/master.svg?style=flat)](https://codecov.io/gh/googleapis/nodejs-dns)
1010

@@ -93,11 +93,12 @@ also contains samples.
9393
This library follows [Semantic Versioning](http://semver.org/).
9494

9595

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

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

102103

103104

0 commit comments

Comments
 (0)