Skip to content

Commit

Permalink
ci: Fix release please PR title (#423)
Browse files Browse the repository at this point in the history
  • Loading branch information
mowies authored Nov 16, 2022
1 parent bd19593 commit a207ad2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
command: manifest
token: ${{ secrets.KEPTN_BOT_TOKEN }}
default-branch: main
signoff: "keptn-bot <[email protected]>"

build-release:
if: needs.release-please.outputs.releases_created == 'true'
Expand Down
2 changes: 1 addition & 1 deletion release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"prerelease": false,
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": true,
"pull-request-title-pattern": "chore: release ${branch}",
"pull-request-title-pattern": "chore: release${component} ${version}",
"draft": false,
"extra-files": [
"README.md",
Expand Down

0 comments on commit a207ad2

Please sign in to comment.