Skip to content

Commit

Permalink
Merge pull request #86 from pulumiverse/update-goreleaser-config-version
Browse files Browse the repository at this point in the history
Fixing up goreleaser config file
  • Loading branch information
pierskarsenbarg authored Jun 7, 2024
2 parents a82552f + 7ac5d67 commit 77ff640
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .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 @@ -23,7 +24,7 @@ builds:
- -X github.com/pulumiverse/pulumi-dynatrace/provider/pkg/version.Version={{.Tag}}
main: ./cmd/pulumi-resource-dynatrace/
changelog:
skip: true
disable: true
release:
disable: false
snapshot:
Expand Down

0 comments on commit 77ff640

Please sign in to comment.