diff options
author | Matthew Holt <mholt@users.noreply.github.com> | 2020-04-04 13:29:43 -0600 |
---|---|---|
committer | Matthew Holt <mholt@users.noreply.github.com> | 2020-04-04 13:29:48 -0600 |
commit | 84c729e96a32a52a41195fe3414fd0801e779f34 (patch) | |
tree | 7d9e27002b36fa580abef63e22db635f875eeaac | |
parent | 346c33b4d5f313bb2b864415e644ab56c5998e21 (diff) |
ci: Tweak commit prefixes to ignore
-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 |