We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1b1b03 commit e64bd91Copy full SHA for e64bd91
.github/workflows/release.yaml
@@ -18,7 +18,7 @@ jobs:
18
- name: Create changelog
19
uses: arduino/create-changelog@v1
20
with:
21
- tag-regex: '^[0-9]+\.[0-9]+\.[0-9]+$'
+ tag-regex: '^[0-9]+\.[0-9]+\.[0-9]+.*$'
22
filter-regex: '^\[(skip|changelog)[ ,-](skip|changelog)\].*'
23
case-insensitive-regex: true
24
changelog-file-path: "dist/CHANGELOG.md"
0 commit comments