From f5a1ea51cf73248c27df815d0e86e38bf3badf8f Mon Sep 17 00:00:00 2001 From: Rafael Felix Correa Date: Tue, 24 Sep 2024 17:41:27 +0200 Subject: [PATCH] CRIB-359: ignore tags starting with contract-ccip for CRIB builds --- .goreleaser.devspace.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.goreleaser.devspace.yaml b/.goreleaser.devspace.yaml index a943d7235f..7ef21639cf 100644 --- a/.goreleaser.devspace.yaml +++ b/.goreleaser.devspace.yaml @@ -83,6 +83,12 @@ changelog: exclude: - "^docs:" - "^test:" + +# See https://goreleaser.com/customization/git/ +git: + ignore_tag_prefixes: + - contracts-ccip + # modelines, feel free to remove those if you don't want/use them: # yaml-language-server: $schema=https://goreleaser.com/static/schema.json # vim: set ts=2 sw=2 tw=0 fo=cnqoj