Skip to content

Commit

Permalink
ci: try to fix automatic release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
KonradHoeffner committed Aug 6, 2024
1 parent 1701e20 commit e1608a6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,11 @@ jobs:
id: build-changelog
uses: mikepenz/release-changelog-builder-action@v5
with:
commitMode: true
mode: "COMMIT"
configurationJson: |
{
"pr_template": "- #{{TITLE}}"
"pr_template": "- #{{TITLE}}",
"template": "#{{UNCATEGORIZED}}"
}
- name: Create Release
id: create-release
Expand Down

0 comments on commit e1608a6

Please sign in to comment.