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 22, 2024
1 parent 71a81ca commit c683164
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ jobs:
uses: goreleaser/goreleaser-action@336e29918d653399e599bfca99fadc1d7ffbc9f7 # v4.3.0
with:
version: "~> v2"
args: release --clean --timeout 60m --verbose
args: release --clean --fail-fast --timeout 60m --verbose
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
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 c683164

Please sign in to comment.