fix: restore filter that excludes version bump entries
This commit is contained in:
parent
467d90065c
commit
9852f80461
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