Skip to content

Commit

Permalink
chore: fix goreleaser.yml
Browse files Browse the repository at this point in the history
OTT-6126
  • Loading branch information
thatsddr committed Jun 21, 2024
1 parent 2b00a19 commit 33231e9
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Visit https://goreleaser.com for documentation on how to customize this
# behavior.
---

version: 2

before:
hooks:
# this is just an example and not a requirement for provider
Expand Down Expand Up @@ -61,4 +64,12 @@ release:
# uncomment this line:
# draft: true
changelog:
skip: true
filters:
exclude:
- "^test:"
- "^test\\("
- "merge conflict"
- Merge pull request
- Merge remote-tracking branch
- Merge branch
- go mod tidy

0 comments on commit 33231e9

Please sign in to comment.