Skip to content

Commit

Permalink
CRIB-359: ignore tags starting with contract-ccip for CRIB builds
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelfelix committed Sep 24, 2024
1 parent c8753d1 commit f5a1ea5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .goreleaser.devspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit f5a1ea5

Please sign in to comment.