Skip to content

Commit

Permalink
upgrade goreleaser config
Browse files Browse the repository at this point in the history
  • Loading branch information
ydkn committed Nov 17, 2024
1 parent 84fb8fb commit 638e05e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 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 @@ -21,9 +22,9 @@ builds:
- -X github.com/ydkn/pulumi-k0s/provider.Version={{ .Tag }}
main: ./cmd/pulumi-resource-k0s/
changelog:
skip: true
disable: false
release:
disable: false
prerelease: auto
snapshot:
name_template: "{{ .Tag }}-SNAPSHOT"
version_template: "{{ .Tag }}-SNAPSHOT"

0 comments on commit 638e05e

Please sign in to comment.