From 12546823fc0d15b25366f2b6bd69d02649a29efa Mon Sep 17 00:00:00 2001 From: Brock Shelton Date: Wed, 14 Aug 2024 08:36:37 -0400 Subject: [PATCH] update confg --- .goreleaser.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index db15fb6..6a8063b 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -1,3 +1,4 @@ +version: 2 # Visit https://goreleaser.com for documentation on how to customize this # behavior. before: @@ -46,4 +47,4 @@ release: # If you want to manually examine the release before its live, uncomment this line: # draft: true changelog: - skip: true + disable: true