From c931df6a18a7ae1d0ff962de8348dc79ed4a1807 Mon Sep 17 00:00:00 2001 From: Jaime Pillora Date: Sat, 30 Nov 2024 11:19:26 +1100 Subject: [PATCH] bump goreleaser config to v2 --- .github/goreleaser.yml | 4 ++-- .gitignore | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/goreleaser.yml b/.github/goreleaser.yml index 4a092d6e3..db269aaa9 100644 --- a/.github/goreleaser.yml +++ b/.github/goreleaser.yml @@ -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 @@ -30,7 +31,6 @@ archives: - format: gz files: - none* - rlcp: true changelog: sort: asc filters: diff --git a/.gitignore b/.gitignore index 493ae21e9..b745caa18 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ downloads cloud-torrent.json tmp/ dev.sh +dist/