Skip to content

Commit 175158a

Browse files
authored
Merge branch 'main' into fix/conn-pool-reuse-bug
2 parents d576319 + c4dab0b commit 175158a

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
bump-type: ${{ inputs.bump-type || 'auto' }}
4343
release-version: ${{ inputs.release-version || '' }}
4444
secrets:
45-
RELEASER_APP_ID: ${{ secrets.RELEASER_APP_ID }}
45+
RELEASER_APP_CLIENT_ID: ${{ secrets.RELEASER_APP_CLIENT_ID }}
4646
RELEASER_APP_PRIVATE_KEY: ${{ secrets.RELEASER_APP_PRIVATE_KEY }}
4747
GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
4848
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}

release-please-config.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"release-type": "python",
44
"packages": {
55
".": {
6+
"package-name": "",
67
"include-component-in-tag": false,
78
"changelog-path": "CHANGELOG.md",
89
"changelog-type": "default",
@@ -17,7 +18,8 @@
1718
{ "type": "docs", "section": "Documentation", "hidden": false },
1819
{ "type": "test", "section": "Tests", "hidden": true },
1920
{ "type": "ci", "section": "CI", "hidden": true },
20-
{ "type": "chore", "section": "Miscellaneous", "hidden": true }
21+
{ "type": "chore", "section": "Miscellaneous", "hidden": true },
22+
{ "type": "release", "section": "Miscellaneous", "hidden": true }
2123
],
2224
"extra-files": [
2325
{ "type": "toml", "path": "pyproject.toml", "jsonpath": "$.project.version" },

0 commit comments

Comments
 (0)