Skip to content

Commit

Permalink
ci: migrate release please settings to config file
Browse files Browse the repository at this point in the history
Signed-off-by: Moritz Wiesinger <moritz.wiesinger@dynatrace.com>
  • Loading branch information
mowies committed Sep 9, 2024
1 parent ea97d41 commit 8866b21
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,6 @@ jobs:
id: release
with:
token: ${{ secrets.KEPTN_BOT_TOKEN }}
default-branch: main
signoff: "keptn-bot <86361500+keptn-bot@users.noreply.github.com>"

- name: Debug info
env:
Expand Down
1 change: 1 addition & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": true,
"pull-request-title-pattern": "chore: release${component} ${version}",
"signoff": "keptn-bot <86361500+keptn-bot@users.noreply.github.com>",
"packages": {
".": {
"package-name": "keptn",
Expand Down

0 comments on commit 8866b21

Please sign in to comment.