From 13c4d6d85a7527738d4e031c2b52ab5f7f88ffcf Mon Sep 17 00:00:00 2001 From: Helder Correia <174525+helderco@users.noreply.github.com> Date: Mon, 4 Apr 2022 11:30:36 +0000 Subject: [PATCH] ci: Add changelog exclusion for chores MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit For tasks that souldn’t be in the changelog but don’t match the other stuff. Signed-off-by: Helder Correia <174525+helderco@users.noreply.github.com> --- .goreleaser.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.goreleaser.yml b/.goreleaser.yml index 441910c5..78b9eab9 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -51,6 +51,7 @@ changelog: - "^ci:" - "^website:" - "^infra:" + - "^chore:" - "^build\\(deps\\):" - "^Merge pull request"