Skip to content

Commit

Permalink
Merge pull request #1664 from aramase/aramase/ci/update_goreleaser_co…
Browse files Browse the repository at this point in the history
…nfig_release_1.4

ci: update goreleaser config for v2
  • Loading branch information
k8s-ci-robot authored Oct 9, 2024
2 parents 951559c + a2c307a commit d856171
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
# refer to https://goreleaser.com for more options
build:
skip: true
version: 2
builds:
- skip: true
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 d856171

Please sign in to comment.