From 4be1f780a10389493a8619c1320fb3149b086e01 Mon Sep 17 00:00:00 2001 From: tobi Date: Mon, 2 Sep 2024 15:14:27 +0200 Subject: [PATCH] goreleaser deprecation notices --- .goreleaser.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 6a7fccfd0..6fec680dc 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -1,4 +1,5 @@ -# https://goreleaser.com +# Version 2 of GoReleaser: https://goreleaser.com/errors/version/ +version: 2 project_name: gotosocial before: # https://goreleaser.com/customization/hooks/ @@ -185,7 +186,7 @@ checksum: name_template: 'checksums.txt' snapshot: # https://goreleaser.com/customization/snapshots/ - name_template: "{{ incpatch .Version }}-SNAPSHOT" + version_template: "{{ incpatch .Version }}-SNAPSHOT" source: # https://goreleaser.com/customization/source/ enabled: true