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

feat: upgrade to GA #96

Merged
merged 17 commits into from
Feb 24, 2022
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .repo-metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"default_version": "v1beta2",
"release_level": "BETA",
"release_level": "ga",
"requires_billing": true,
"client_documentation": "https://cloud.google.com/nodejs/docs/reference/artifact-registry/latest",
"codeowner_team": "@googleapis/cicd",
Expand Down
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# [Artifact Registry: Node.js Client](https://github.com/googleapis/nodejs-artifact-registry)

[![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-general%20availability%20%28GA%29-brightgreen.svg?style=flat)](https://cloud.google.com/terms/launch-stages)
[![npm version](https://img.shields.io/npm/v/@google-cloud/artifact-registry.svg)](https://www.npmjs.org/package/@google-cloud/artifact-registry)
[![codecov](https://img.shields.io/codecov/c/github/googleapis/nodejs-artifact-registry/main.svg?style=flat)](https://codecov.io/gh/googleapis/nodejs-artifact-registry)

Expand Down Expand Up @@ -122,6 +122,12 @@ _Legacy Node.js versions are supported as a best effort:_
This library follows [Semantic Versioning](http://semver.org/).


This library is considered to be **General Availability (GA)**. This means it
is 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 **GA** libraries
are addressed with the highest priority.




Expand Down