Skip to content

Commit e64bd91

Browse files
authored
[skip changelog] Fix tag regex for release changelog generation (#1284)
1 parent d1b1b03 commit e64bd91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Create changelog
1919
uses: arduino/create-changelog@v1
2020
with:
21-
tag-regex: '^[0-9]+\.[0-9]+\.[0-9]+$'
21+
tag-regex: '^[0-9]+\.[0-9]+\.[0-9]+.*$'
2222
filter-regex: '^\[(skip|changelog)[ ,-](skip|changelog)\].*'
2323
case-insensitive-regex: true
2424
changelog-file-path: "dist/CHANGELOG.md"

0 commit comments

Comments
 (0)