Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
version: 2

project_name: kubectl-nodepools

before:
Expand All @@ -20,21 +22,22 @@ builds:

archives:
- id: kubectl-nodepools
builds:
ids:
- kubectl-nodepools
name_template: "{{ .ProjectName }}_{{ .Tag }}_{{ .Os }}_{{ .Arch }}"
files:
- LICENSE
format_overrides:
- goos: windows
format: zip
formats:
- zip

checksum:
name_template: "{{ .ProjectName }}_checksums.txt"
algorithm: sha256

snapshot:
name_template: "{{ incpatch .Version }}-next"
version_template: "{{ incpatch .Version }}-next"

changelog:
sort: asc
Expand Down