Skip to content

Commit

Permalink
Update goreleaser config to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
rowanseymour committed Jun 5, 2024
1 parent 22d74e2 commit 5c7a842
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 20 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
go-version: ${{ env.go-version }}

- name: Publish release
uses: goreleaser/goreleaser-action@v5
uses: goreleaser/goreleaser-action@v6
with:
args: release --clean
env:
Expand Down
20 changes: 20 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
version: 2
builds:
- main: ./cmd/rp-archiver/main.go
binary: rp-archiver
goos:
- darwin
- linux
goarch:
- amd64
- arm64

changelog:
filters:
exclude:
- "^Update CHANGELOG.md"

archives:
- files:
- LICENSE
- README.md
19 changes: 0 additions & 19 deletions goreleaser.yml

This file was deleted.

0 comments on commit 5c7a842

Please sign in to comment.