diff options
-rw-r--r-- | .goreleaser.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.goreleaser.yml b/.goreleaser.yml index e3c78b7..b5ca613 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -56,5 +56,5 @@ changelog: - '^chore:' - '^ci:' - '^docs?:' - - '^test:' + - '^tests?:' - '^\w+\s+' # a hack to remove commit messages without colons thus don't correspond to a package |