Skip to content

Commit 918d137

Browse files
chore: update post processor
Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 87b1a82 commit 918d137

5 files changed

Lines changed: 19 additions & 1 deletion

File tree

.github/.OwlBot.lock.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# limitations under the License.
1414
docker:
1515
image: gcr.io/cloud-devrel-public-resources/owlbot-python-mono-repo:latest
16-
digest: sha256:0d997121b156160c77909cb31910a4f46745964181e13ffc8724a2f249038974
16+
digest: sha256:4aa58e17aefc8fdb12b6bd4a0c5f3e58f555110f2c599958ebcff70d6539b16a

.github/release-please.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
handleGHRelease: true
2+
manifest: true

.github/release-trigger.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
enabled: true

.release-please-manifest.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{}

release-please-config.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
3+
"packages": {},
4+
"release-type": "python",
5+
"extra-files": [
6+
"**/gapic_version.py"
7+
],
8+
"plugins": [
9+
{
10+
"type": "sentence-case"
11+
}
12+
],
13+
"initial-version": "0.1.0"
14+
}

0 commit comments

Comments
 (0)