Skip to content

Commit

Permalink
Upgrade to GoReleaser v2 config files
Browse files Browse the repository at this point in the history
  • Loading branch information
ringods committed Aug 14, 2024
1 parent f6fc9cd commit 9bc2adc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
version: 2
archives:
- id: archive
name_template: '{{ .Binary }}-{{ .Tag }}-{{ .Os }}-{{ .Arch }}'
Expand All @@ -20,8 +21,6 @@ builds:
# The line below MUST align with the module in current provider/go.mod
- -X github.com/pulumiverse/pulumi-acme/provider/pkg/version.Version={{.Tag }}
main: ./cmd/pulumi-resource-acme/
changelog:
skip: true
release:
disable: false
prerelease: auto
Expand Down

0 comments on commit 9bc2adc

Please sign in to comment.