From 057779427516b6148b6ab32bf692dab05603c1d7 Mon Sep 17 00:00:00 2001 From: Rod Vagg Date: Thu, 27 Jun 2024 15:11:56 +1000 Subject: [PATCH 1/2] fix(ci): upgrade goreleaser config to v2 --- .goreleaser.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 71cbdc06..7c975c2a 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -1,3 +1,7 @@ +# yaml-language-server: $schema=https://goreleaser.com/static/schema-pro.json + +version: 2 + builds: - main: ./cmd/lassie binary: lassie @@ -31,4 +35,4 @@ archives: release: mode: keep-existing changelog: - skip: true \ No newline at end of file + disable: true From 7c321703284d18aebe82822897e0b07ea7ef5d32 Mon Sep 17 00:00:00 2001 From: Rod Vagg Date: Thu, 27 Jun 2024 15:12:29 +1000 Subject: [PATCH 2/2] v0.23.2 bump --- version.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.json b/version.json index dab6e7ee..c961b2ed 100644 --- a/version.json +++ b/version.json @@ -1,3 +1,3 @@ { - "version": "v0.23.1" + "version": "v0.23.2" }