Skip to content

Commit

Permalink
Merge pull request #56 from platacard/feature/update-goreleaser
Browse files Browse the repository at this point in the history
feat: up goreleaser config
  • Loading branch information
ganievs authored Jul 4, 2024
2 parents dc0f0b3 + 2b64887 commit 6d27847
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
version: 2
# Visit https://goreleaser.com for documentation on how to customize this
# behavior.
before:
Expand All @@ -7,7 +8,7 @@ before:
builds:
- env:
# goreleaser does not work with CGO, it could also complicate
# usage by users in CI/CD systems like Terraform Cloud where
# usage by users in CI/CD systems like HCP Terraform where
# they are unable to install libraries.
- CGO_ENABLED=0
mod_timestamp: '{{ .CommitTimestamp }}'
Expand Down Expand Up @@ -54,7 +55,3 @@ release:
extra_files:
- glob: 'terraform-registry-manifest.json'
name_template: '{{ .ProjectName }}_{{ .Version }}_manifest.json'
# If you want to manually examine the release before its live, uncomment this line:
# draft: true
changelog:
skip: true

0 comments on commit 6d27847

Please sign in to comment.