Skip to content

Commit

Permalink
feat: promote to stable (#122)
Browse files Browse the repository at this point in the history
Fixes #8
Fixes #98
  • Loading branch information
chingor13 authored Mar 23, 2022
1 parent 55f80b6 commit d46d0a1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions packages/google-api-servicecontrol/.repo-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"client_documentation": "https://cloud.google.com/nodejs/docs/reference/service-control/latest",
"requires_billing": true,
"distribution_name": "@google-cloud/service-control",
"release_level": "preview",
"release_level": "stable",
"api_id": "servicecontrol.googleapis.com",
"name": "service-control",
"language": "nodejs",
Expand All @@ -11,6 +11,6 @@
"issue_tracker": "https://github.com/googleapis/nodejs-service-control/issues",
"name_pretty": "Service Control API",
"repo": "googleapis/nodejs-service-control",
"api_shortname": "service-control",
"api_shortname": "servicecontrol",
"library_type": "GAPIC_AUTO"
}
9 changes: 5 additions & 4 deletions packages/google-api-servicecontrol/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# [Service Control API: Node.js Client](https://github.com/googleapis/nodejs-service-control)

[![release level](https://img.shields.io/badge/release%20level-preview-yellow.svg?style=flat)](https://cloud.google.com/terms/launch-stages)
[![release level](https://img.shields.io/badge/release%20level-stable-brightgreen.svg?style=flat)](https://cloud.google.com/terms/launch-stages)
[![npm version](https://img.shields.io/npm/v/@google-cloud/service-control.svg)](https://www.npmjs.org/package/@google-cloud/service-control)


Expand Down Expand Up @@ -119,13 +119,14 @@ This library follows [Semantic Versioning](http://semver.org/).



This library is considered to be **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 **stable** libraries
are addressed with the highest priority.




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


More Information: [Google Cloud Platform Launch Stages][launch_stages]
Expand Down

0 comments on commit d46d0a1

Please sign in to comment.