From b0730724891abae3d485b2d29f1cc06559f0388d Mon Sep 17 00:00:00 2001 From: decentral1se Date: Wed, 18 Feb 2026 09:14:11 +0100 Subject: [PATCH] chore: 0.13.0-rc1-beta x 2 --- .goreleaser.yml | 5 +++++ 1 file changed, 5 insertions(+) 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"