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 1feab9d commit e10c4c6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ jobs:
"tag_resolver": {
"method": "sort",
"filter": {
"pattern": "[2-9][0-9]\\.[0-9][0-9]"
"pattern": "[2-9][0-9]\\.[0-9][0-9]",
"method": "match"
}
}
}
Expand Down

0 comments on commit e10c4c6

Please sign in to comment.