From 5102708de53b4f48960b8d8edad98d79c09847de Mon Sep 17 00:00:00 2001 From: Carlos Alexandro Becker <caarlos0@users.noreply.github.com> Date: Mon, 1 Apr 2024 14:07:22 -0300 Subject: [PATCH] build: exclude test commits from changelog --- .goreleaser.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 3f3c96bcc..c8c6644fd 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -66,6 +66,7 @@ changelog: filters: exclude: - "^test:" + - "^test\\(" - "^chore" - "merge conflict" - Merge pull request