8000
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 7af3d44 commit 0de21f6Copy full SHA for 0de21f6
.github/workflows/release.yml
@@ -16,10 +16,11 @@ jobs:
16
fetch-depth: 0
17
18
- name: Create changelog
19
- uses: arduino/create-changelog@1.0.0
+ uses: arduino/create-changelog@1.2.0
20
with:
21
tag-regex: '^[0-9]+\.[0-9]+\.[0-9]+$'
22
- filter-regex: '^\[([sS][kK][iI][pP]|[cC][hH][aA][nN][gG][eE][lL][oO][gG])[ ,-]([cC][hH][aA][nN][gG][eE][lL][oO][gG]|[sS][kK][iI][pP])\].*'
+ filter-regex: '^\[(skip|changelog)[ ,-](skip|changelog)\].*'
23
+ case-insensitive-regex: true
24
changelog-file-path: "dist/CHANGELOG.md"
25
26
- name: Install Taskfile
0 commit comments