Skip to content

Commit

Permalink
bump goreleaser config to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
jpillora committed Nov 30, 2024
1 parent a24f28d commit c931df6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# test this file with
# goreleaser --skip-publish --rm-dist --config goreleaser.yml
# goreleaser build --snapshot --config .github/goreleaser.yml
version: 2
builds:
- env:
- CGO_ENABLED=0
Expand Down Expand Up @@ -30,7 +31,6 @@ archives:
- format: gz
files:
- none*
rlcp: true
changelog:
sort: asc
filters:
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ downloads
cloud-torrent.json
tmp/
dev.sh
dist/

0 comments on commit c931df6

Please sign in to comment.