fix: restore filter that excludes version bump entries
This commit is contained in:
parent
6a3919e95e
commit
c937a7b904
1 changed files with 3 additions and 0 deletions
|
@ -25,6 +25,9 @@ upx:
|
||||||
|
|
||||||
changelog:
|
changelog:
|
||||||
use: gitea
|
use: gitea
|
||||||
|
filters:
|
||||||
|
exclude:
|
||||||
|
- "chore: bump version to"
|
||||||
|
|
||||||
archives:
|
archives:
|
||||||
- format: binary
|
- format: binary
|
||||||
|
|
Loading…
Reference in a new issue