diff options
Diffstat (limited to '.goreleaser.yml')
-rw-r--r-- | .goreleaser.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.goreleaser.yml b/.goreleaser.yml index db9760a12..0c83f9efa 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -112,5 +112,6 @@ changelog: - '^chore:' - '^ci:' - '^docs?:' + - '^readme:' - '^tests?:' - '^\w+\s+' # a hack to remove commit messages without colons thus don't correspond to a package |