diff --git a/.goreleaser.yml b/.goreleaser.yml index aedf15b8..6351efb7 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