Skip to content

Commit

Permalink
ci: update goreleaser config for v2
Browse files Browse the repository at this point in the history
Signed-off-by: Anish Ramasekar <[email protected]>
  • Loading branch information
aramase committed Aug 21, 2024
1 parent 71a81ca commit a1d241f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
# refer to https://goreleaser.com for more options
build:
skip: true
version: 2
release:
prerelease: auto
header: |
## {{.Tag}} - {{ time "2006-01-02" }}
extra_files:
- glob: deploy/*.yaml
changelog:
skip: false
disable: false
groups:
- title: Bug Fixes 🐞
regexp: ^.*fix[(\\w)]*:+.*$
Expand Down

0 comments on commit a1d241f

Please sign in to comment.