Skip to content

Commit

Permalink
ci, fix: specify changelog builder action regex match mode as it is n…
Browse files Browse the repository at this point in the history
…ot the default anymore with v5
  • Loading branch information
KonradHoeffner committed Nov 5, 2024
1 parent a3d8aca commit 2d77985
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,14 @@ jobs:
configurationJson: |
{
"pr_template": "- #{{TITLE}}",
"template": "#{{UNCATEGORIZED}}"
"template": "#{{UNCATEGORIZED}}",
"tag_resolver": {
"method": "sort",
"filter": {
"pattern": "[2-9][0-9]\\.[0-9][0-9]",
"method": "match"
}
}
}
- name: Create Release
id: create-release
Expand Down

0 comments on commit 2d77985

Please sign in to comment.