diff --git a/.goreleaser.yml b/.goreleaser.yml index c1ab301f2..edf7e2b8f 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -1,4 +1,6 @@ --- +version: 2 + gitea_urls: api: https://git.coopcloud.tech/api/v1 download: https://git.coopcloud.tech/ @@ -31,6 +33,9 @@ builds: - "-X 'main.Version={{ .Version }}'" - "-s" - "-w" + flags: + # NOTE(d1): ignore git status check on release + - --skip=validate checksum: name_template: "checksums.txt"