Skip to content

Commit

Permalink
Upgrade to GoReleaser v2 config files
Browse files Browse the repository at this point in the history
Signed-off-by: Ringo De Smet <[email protected]>
  • Loading branch information
ringods committed Jun 28, 2024
1 parent 59e8057 commit 9ce188a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .goreleaser.prerelease.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 @@ -22,8 +23,6 @@ builds:
- -w
- -X github.com/pulumiverse/pulumi-grafana/provider/pkg/version.Version={{.Tag}}
main: ./cmd/pulumi-resource-grafana/
changelog:
skip: true
release:
disable: true
snapshot:
Expand Down
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 @@ -22,8 +23,6 @@ builds:
- -w
- -X github.com/pulumiverse/pulumi-grafana/provider/pkg/version.Version={{.Tag}}
main: ./cmd/pulumi-resource-grafana/
changelog:
skip: true
release:
disable: false
snapshot:
Expand Down

0 comments on commit 9ce188a

Please sign in to comment.