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

Commit

Permalink
build: update .repo-metadata.json (#64)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
sofisl and gcf-owl-bot[bot] committed Sep 26, 2023
1 parent 9bdbd26 commit 5cbedad
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
7 changes: 4 additions & 3 deletions .repo-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@
"product_documentation": "https://cloud.google.com/bigquery/docs/migration-intro",
"client_documentation": "https://cloud.google.com/nodejs/docs/reference/bigquery-migration/latest",
"issue_tracker": "https://github.com/googleapis/nodejs-bigquery-migration/issues",
"release_level": "beta",
"release_level": "stable",
"language": "nodejs",
"repo": "googleapis/nodejs-bigquery-migration",
"distribution_name": "@google-cloud/bigquery-migration",
"api_id": "bigquerymigration.googleapis.com",
"default_version": "v2",
"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 @@

# [BigQuery Migration API: Node.js Client](https://github.com/googleapis/nodejs-bigquery-migration)

[![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/bigquery-migration.svg)](https://www.npmjs.org/package/@google-cloud/bigquery-migration)


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 5cbedad

Please sign in to comment.