Skip to content

Commit 383a71d

Browse files
ci, fix: specify changelog builder action regex match mode as it is not the default anymore with v5
1 parent a840475 commit 383a71d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/release.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
outputs:
1010
upload_url: ${{ steps.create-release.outputs.upload_url }}
1111
steps:
12-
- name: Build Changelog
12+
- name: Changelog
1313
id: changelog
1414
uses: mikepenz/release-changelog-builder-action@v5
1515
with:
@@ -21,7 +21,8 @@ jobs:
2121
"tag_resolver": {
2222
"method": "sort",
2323
"filter": {
24-
"pattern": "[2-9][0-9]\\.[0-9][0-9]"
24+
"pattern": "[2-9][0-9]\\.[0-9][0-9]",
25+
"method": "match"
2526
}
2627
}
2728
}

0 commit comments

Comments
 (0)