Commit 6f4f79d 1 parent 2ffea04 commit 6f4f79d Copy full SHA for 6f4f79d
File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Visit https://goreleaser.com for documentation on how to customize this
2
2
# behavior.
3
+ version : 2
3
4
before :
4
5
hooks :
5
6
# this is just an example and not a requirement for provider building/publishing
6
7
- go mod tidy
7
8
builds :
8
9
- env :
9
10
# goreleaser does not work with CGO, it could also complicate
10
- # usage by users in CI/CD systems like Terraform Cloud where
11
+ # usage by users in CI/CD systems like HCP Terraform where
11
12
# they are unable to install libraries.
12
13
- CGO_ENABLED=0
13
14
mod_timestamp : ' {{ .CommitTimestamp }}'
@@ -57,4 +58,4 @@ release:
57
58
# If you want to manually examine the release before its live, uncomment this line:
58
59
# draft: true
59
60
changelog :
60
- skip : true
61
+ disable : true
You can’t perform that action at this time.
0 commit comments