Skip to content

Commit ddb12e5

Browse files
committed
chore: update goreleaser
1 parent 0d60c00 commit ddb12e5

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.goreleaser.yml

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
1-
# Copyright (c) HashiCorp, Inc.
2-
# SPDX-License-Identifier: MPL-2.0
3-
41
# Visit https://goreleaser.com for documentation on how to customize this
52
# behavior.
3+
version: 2
64
before:
75
hooks:
86
# this is just an example and not a requirement for provider building/publishing
97
- go mod tidy
108
builds:
119
- env:
1210
# goreleaser does not work with CGO, it could also complicate
13-
# usage by users in CI/CD systems like Terraform Cloud where
11+
# usage by users in CI/CD systems like HCP Terraform where
1412
# they are unable to install libraries.
1513
- CGO_ENABLED=0
1614
mod_timestamp: '{{ .CommitTimestamp }}'
@@ -60,4 +58,4 @@ release:
6058
# If you want to manually examine the release before its live, uncomment this line:
6159
# draft: true
6260
changelog:
63-
skip: true
61+
disable: true

0 commit comments

Comments
 (0)