Skip to content

Commit 0de21f6

Browse files
authored
[skip changelog] Update create changelog action (#138)
1 parent 7af3d44 commit 0de21f6

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
@@ -16,10 +16,11 @@ jobs:
1616
fetch-depth: 0
1717

1818
- name: Create changelog
19-
uses: arduino/create-changelog@1.0.0
19+
uses: arduino/create-changelog@1.2.0
2020
with:
2121
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])\].*'
22+
filter-regex: '^\[(skip|changelog)[ ,-](skip|changelog)\].*'
23+
case-insensitive-regex: true
2324
changelog-file-path: "dist/CHANGELOG.md"
2425

2526
- name: Install Taskfile

0 commit comments

Comments
 (0)