From 85fc7ca9e800d36db8ea31a9263b0b5e9f749d43 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, 2 insertions(+), 3 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 8b4589395..9d4453fb7 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 version: 2 @@ -388,8 +389,6 @@ checksum: # https://goreleaser.com/customization/snapshots/ snapshot: version_template: "{{ incpatch .Version }}-SNAPSHOT" - -# https://goreleaser.com/customization/source/ source: enabled: true name_template: "{{ .ProjectName }}-{{ .Version }}-source-code"