Skip to content

Commit 387269b

Browse files
authored
fix regex, filter out skip ci (#384)
1 parent 20b8afa commit 387269b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Diff for: .goreleaser.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,12 @@ release:
99
prerelease: auto
1010

1111
changelog:
12-
sort: asc
1312
filters:
1413
exclude:
15-
- '^[skip changelog]'
14+
- '^\[skip changelog\].*'
15+
- '^\[changelog skip\].*'
16+
- '^\[skip ci\].*'
17+
- '^\[ci skip\].*'
1618

1719
# We have multiple builds in order to fine tune
1820
# cross compilations.

0 commit comments

Comments
 (0)