Skip to content

Commit 7db8ae1

Browse files
build: update .repo-metadata.json (#64)
* build: update .repo-metadata.json * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 8b7a2c9 commit 7db8ae1

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

packages/google-cloud-bigquery-migration/.repo-metadata.json

+4-3
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@
44
"product_documentation": "https://cloud.google.com/bigquery/docs/migration-intro",
55
"client_documentation": "https://cloud.google.com/nodejs/docs/reference/bigquery-migration/latest",
66
"issue_tracker": "https://github.com/googleapis/nodejs-bigquery-migration/issues",
7-
"release_level": "beta",
7+
"release_level": "stable",
88
"language": "nodejs",
99
"repo": "googleapis/nodejs-bigquery-migration",
1010
"distribution_name": "@google-cloud/bigquery-migration",
1111
"api_id": "bigquerymigration.googleapis.com",
1212
"default_version": "v2",
13-
"requires_billing": true
14-
}
13+
"requires_billing": true,
14+
"library_type": "GAPIC_AUTO"
15+
}

packages/google-cloud-bigquery-migration/README.md

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

55
# [BigQuery Migration API: Node.js Client](https://github.com/googleapis/nodejs-bigquery-migration)
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-stable-brightgreen.svg?style=flat)](https://cloud.google.com/terms/launch-stages)
88
[![npm version](https://img.shields.io/npm/v/@google-cloud/bigquery-migration.svg)](https://www.npmjs.org/package/@google-cloud/bigquery-migration)
99

1010

@@ -87,11 +87,11 @@ This library follows [Semantic Versioning](http://semver.org/).
8787

8888

8989

90+
This library is considered to be **stable**. The code surface will not change in backwards-incompatible ways
91+
unless absolutely necessary (e.g. because of critical security issues) or with
92+
an extensive deprecation period. Issues and requests against **stable** libraries
93+
are addressed with the highest priority.
9094

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

9696

9797

0 commit comments

Comments
 (0)