Skip to content

Commit

Permalink
fix(release-please): fix pull request title config (#9432)
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherthielen committed Jul 14, 2021
1 parent 8075d6b commit 193578a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
default-branch: 'release-please-app'
config-file: '.github/release-please-config.app.json'
manifest-file: '.github/release-please-manifest.app.json'
pull-request-title: 'chore${scope}: release${component} app packages ${version}.'
pull-request-title-pattern: 'chore${scope}: release${component} app packages ${version}.'

release-please-tools:
runs-on: ubuntu-latest
Expand All @@ -31,4 +31,4 @@ jobs:
default-branch: 'release-please-tools'
config-file: '.github/release-please-config.tools.json'
manifest-file: '.github/release-please-manifest.tools.json'
pull-request-title: 'chore${scope}: release${component} deck tooling ${version}.'
pull-request-title-pattern: 'chore${scope}: release${component} deck tooling ${version}.'

0 comments on commit 193578a

Please sign in to comment.