From 6f4abcb30ea9ffe4434de897e0897ab1e4b792d9 Mon Sep 17 00:00:00 2001 From: Venkat Venkatasubramanian Date: Thu, 11 Jul 2024 18:12:23 -0700 Subject: [PATCH] Update the goreleaser configuration to support v2 (#131) --- .goreleaser.yml | 3 ++- CHANGELOG.md | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 23f50b30..2ac85704 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -1,5 +1,6 @@ # Visit https://goreleaser.com for documentation on how to customize this # behavior. +version: 2 before: hooks: # this is just an example and not a requirement for provider building/publishing @@ -57,4 +58,4 @@ release: # If you want to manually examine the release before its live, uncomment this line: # draft: true changelog: - skip: true + disable: true diff --git a/CHANGELOG.md b/CHANGELOG.md index c137451c..dc33c6fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## v1.3.0 (Jun 24, 2024) +## v1.3.0 (Jul 11, 2024) FEATURES: * **New feature:** `Support Default Tags` ([#124](https://github.com/infobloxopen/terraform-provider-bloxone/pull/124))