Skip to content

Commit

Permalink
chore: release-please updates snippet metadata (#393)
Browse files Browse the repository at this point in the history
  • Loading branch information
dizcology authored Oct 31, 2022
1 parent b82db0d commit c5f5d12
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
20 changes: 20 additions & 0 deletions packages/google-cloud-language/release-please-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"$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"
}
],
"plugins": [
{
"type": "sentence-case"
}
],
"initial-version": "0.1.0"
}
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
}
],
"language": "PYTHON",
"name": "google-cloud-language"
"name": "google-cloud-language",
"version": "0.1.0"
},
"snippets": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
}
],
"language": "PYTHON",
"name": "google-cloud-language"
"name": "google-cloud-language",
"version": "0.1.0"
},
"snippets": [
{
Expand Down

0 comments on commit c5f5d12

Please sign in to comment.