Skip to content

Commit

Permalink
Update the goreleaser configuration to support v2 (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
venkat-iblox authored Jul 12, 2024
1 parent 7edd13d commit 6f4abcb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
Expand Down

0 comments on commit 6f4abcb

Please sign in to comment.