Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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 .github/.OwlBot.lock.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# limitations under the License.
docker:
image: gcr.io/cloud-devrel-public-resources/owlbot-python-mono-repo:latest
digest: sha256:4718e46bc7f99725c48df7c4a58de76f1a778b16397456c5845e2c85dbae8c14
digest: sha256:909358d4c458ce9d24c0a780ceb8b231a551e6325f08d1cb31d6e8aad646159e
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
# limitations under the License.
#

__version__ = "0.1.0" # x-release-please-version
__version__ = "0.1.0" # {x-release-please-version}
11 changes: 2 additions & 9 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,11 @@
{
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
"packages": {
"packages/google-cloud-discoveryengine": {
"component": "google-cloud-discoveryengine",
"release-type": "simple",
"release-type": "python",
"extra-files": [
"packages/google-cloud-discoveryengine/google/cloud/discoveryengine/gapic_version.py"
]
}
},
"plugins": [
{
"type": "sentence-case"
}
],
"initial-version": "0.1.0"
}
}