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

Commit

Permalink
feat: promote to stable (#22)
Browse files Browse the repository at this point in the history
Fixes #7
  • Loading branch information
chingor13 committed Mar 23, 2022
1 parent e42bed6 commit 3ed2274
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .repo-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
"product_documentation": "https://cloud.google.com/intrusion-detection-system/",
"client_documentation": "https://cloud.google.com/intrusion-detection-system",
"issue_tracker": "https://github.com/googleapis/nodejs-ids/issues",
"release_level": "beta",
"release_level": "stable",
"language": "nodejs",
"repo": "googleapis/nodejs-ids",
"distribution_name": "@google-cloud/ids",
"api_id": "ids.googleapis.com",
"default_version": "v1",
"requires_billing": true
"requires_billing": true,
"library_type": "GAPIC_AUTO"
}

10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

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

[![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-stable-brightgreen.svg?style=flat)](https://cloud.google.com/terms/launch-stages)
[![npm version](https://img.shields.io/npm/v/@google-cloud/ids.svg)](https://www.npmjs.org/package/@google-cloud/ids)


Expand Down Expand Up @@ -87,11 +87,11 @@ 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 **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 3ed2274

Please sign in to comment.