From 2382de4c6f82de535b67c2752d7c502d0a8b2b66 Mon Sep 17 00:00:00 2001 From: Alex Jones Date: Mon, 17 Jun 2024 20:09:24 +0100 Subject: [PATCH] chore: fixed the goreleaser file (#1158) Signed-off-by: Alex Jones --- .goreleaser.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 1b528ccfbc..4f7291d43e 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -1,3 +1,4 @@ +version: 2 # This is an example .goreleaser.yml file with some sensible defaults. # Make sure to check the documentation at https://goreleaser.com before: @@ -69,8 +70,7 @@ checksum: snapshot: name_template: "{{ incpatch .Version }}-next" -changelog: - skip: true + # skip: true # The lines beneath this are called `modelines`. See `:help modeline` # Feel free to remove those if you don't want/use them. # yaml-language-server: $schema=https://goreleaser.com/static/schema.json