Skip to content

Commit

Permalink
fix(docs): bump release level to GA (#319)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith authored Nov 19, 2019
1 parent 789083e commit 151410f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/google-cloud-dns/.repo-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"product_documentation": "https://cloud.google.com/dns",
"client_documentation": "https://googleapis.dev/nodejs/dns/latest",
"issue_tracker": "https://issuetracker.google.com/savedsearches/559772",
"release_level": "beta",
"release_level": "ga",
"language": "nodejs",
"repo": "googleapis/nodejs-dns",
"distribution_name": "@google-cloud/dns",
Expand Down
11 changes: 6 additions & 5 deletions packages/google-cloud-dns/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# [Cloud DNS: Node.js Client](https://github.com/googleapis/nodejs-dns)

[![release level](https://img.shields.io/badge/release%20level-beta-yellow.svg?style=flat)](https://cloud.google.com/terms/launch-stages)
[![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)
[![npm version](https://img.shields.io/npm/v/@google-cloud/dns.svg)](https://www.npmjs.org/package/@google-cloud/dns)
[![codecov](https://img.shields.io/codecov/c/github/googleapis/nodejs-dns/master.svg?style=flat)](https://codecov.io/gh/googleapis/nodejs-dns)

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


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

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



Expand Down

0 comments on commit 151410f

Please sign in to comment.