Skip to content

Commit bdde913

Browse files
sduskisGautamSharda
authored andcommitted
Updating the Readme: Node is now beta (#223)
* Updating the Readme: Node is now beta * Updating the README stage badge * Updating releaes_quality in .cloud-repo-tools.json
1 parent 76adc19 commit bdde913

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

handwritten/bigtable/.cloud-repo-tools.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"product": "bigtable",
55
"client_reference_url":
66
"https://cloud.google.com/nodejs/docs/reference/bigtable/latest/",
7-
"release_quality": "alpha",
7+
"release_quality": "beta",
88
"samples": [
99
{
1010
"id": "instances",

handwritten/bigtable/README.md

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

33
# [Cloud Bigtable: Node.js Client](https://github.com/googleapis/nodejs-bigtable)
44

5-
[![release level](https://img.shields.io/badge/release%20level-alpha-orange.svg?style=flat)](https://cloud.google.com/terms/launch-stages)
5+
[![release level](https://img.shields.io/badge/release%20level-beta-yellow.svg?style=flat)](https://cloud.google.com/terms/launch-stages)
66
[![CircleCI](https://img.shields.io/circleci/project/github/googleapis/nodejs-bigtable.svg?style=flat)](https://circleci.com/gh/googleapis/nodejs-bigtable)
77
[![AppVeyor](https://ci.appveyor.com/api/projects/status/github/googleapis/nodejs-bigtable?branch=master&svg=true)](https://ci.appveyor.com/project/googleapis/nodejs-bigtable)
88
[![codecov](https://img.shields.io/codecov/c/github/googleapis/nodejs-bigtable/master.svg?style=flat)](https://codecov.io/gh/googleapis/nodejs-bigtable)
@@ -119,9 +119,10 @@ also contains samples.
119119

120120
This library follows [Semantic Versioning](http://semver.org/).
121121

122-
This library is considered to be in **alpha**. This means it is still a
123-
work-in-progress and under active development. Any release is subject to
124-
backwards-incompatible changes at any time.
122+
This library is considered to be in **beta**. This means it is expected to be
123+
mostly stable while we work toward a general availability release; however,
124+
complete stability is not guaranteed. We will address issues and requests
125+
against beta libraries with a high priority.
125126

126127
More Information: [Google Cloud Platform Launch Stages][launch_stages]
127128

0 commit comments

Comments
 (0)