We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 216bd50 commit b2b554eCopy full SHA for b2b554e
.github/workflows/release-please.yml
@@ -16,8 +16,6 @@ jobs:
16
- uses: googleapis/release-please-action@v4
17
with:
18
token: ${{ secrets.GITHUB_TOKEN }}
19
- default-branch: staging
20
- release-type: python
21
- pull-request-title-pattern: "chore${scope}: ${version}"
+ target-branch: staging
22
config-file: release-please-config.json
23
manifest-file: .release-please-manifest.json
0 commit comments