Skip to content

Commit

Permalink
chore: add release-please manifest (#396)
Browse files Browse the repository at this point in the history
* chore: add release-please manifest

* linter

* 🦉 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
dizcology and gcf-owl-bot[bot] authored Nov 3, 2022
1 parent 4081856 commit f1243be
Show file tree
Hide file tree
Showing 5 changed files with 37 additions and 9 deletions.
3 changes: 3 additions & 0 deletions packages/google-cloud-language/.release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
".": "0.1.0"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# -*- coding: utf-8 -*-
# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.1.0" # {x-release-please-version}
27 changes: 18 additions & 9 deletions packages/google-cloud-language/release-please-config.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,25 @@
{
"$schema":
"https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
"packages": {},
"release-type": "python",
"extra-files": [
"**/gapic_version.py",
{
"type": "json",
"path": "samples/generated_samples/snippet_metadata*.json",
"jsonpath": "$.clientLibrary.version"
"packages": {
".": {
"release-type": "python",
"extra-files": [
"google/cloud/language/gapic_version.py",
{
"type": "json",
"path": "ssamples/generated_samples/snippet_metadata_google.cloud.language.v1.json",
"jsonpath": "$.clientLibrary.version"
},
{
"type": "json",
"path": "ssamples/generated_samples/snippet_metadata_google.cloud.language.v1beta2.json",
"jsonpath": "$.clientLibrary.version"
}
]
}
],
},
"release-type": "python",
"plugins": [
{
"type": "sentence-case"
Expand Down

0 comments on commit f1243be

Please sign in to comment.