Skip to content

Commit

Permalink
ci: replace deprecated changelog builder 'commitMode: true' with 'mod…
Browse files Browse the repository at this point in the history
…e: "COMMIT"', add calver tag resolver
  • Loading branch information
KonradHoeffner committed Aug 6, 2024
1 parent 10a4476 commit 8195ff3
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,17 @@ jobs:
id: changelog
uses: mikepenz/release-changelog-builder-action@v5
with:
commitMode: true
mode: "COMMIT"
configurationJson: |
{
"pr_template": "- #{{TITLE}}",
"template": "#{{UNCATEGORIZED}}"
"template": "#{{UNCATEGORIZED}}",
"tag_resolver": {
"method": "sort",
"filter": {
"pattern": "[2-9][0-9]\\.[0-9][0-9]"
}
}
}
- name: Checkout code
Expand Down

0 comments on commit 8195ff3

Please sign in to comment.