From 0f05341f2d7b57c2603ef0cbc66f73949b584268 Mon Sep 17 00:00:00 2001 From: Mohan Manikanta Date: Thu, 9 Jan 2025 15:35:31 +0530 Subject: [PATCH] IND-1804 Updating .goreleaser.yml file with valid version --- .goreleaser.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index aedf15b8f..6351efb77 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -1,6 +1,8 @@ # Copyright (c) HashiCorp, Inc. # SPDX-License-Identifier: MPL-2.0 +version: 2 + env: - GOPRIVATE=github.com/hashicorp @@ -49,4 +51,4 @@ signs: artifacts: checksum changelog: - skip: true + disable: true \ No newline at end of file