From a8f3a0862e65ab63b27ca1a67f12e62db6bfcc41 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Fri, 4 Feb 2022 19:53:38 +0100 Subject: [PATCH] build: ignore other types of commit message --- .goreleaser.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 35b336b..d2f05b2 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -52,7 +52,9 @@ changelog: filters: exclude: - "^Revert" + - "^build:" - "^docs:" + - "^refactor:" - "^test:" - "^tests:" - "^wip:"