Skip to content

Commit

Permalink
fix the goreleaser config
Browse files Browse the repository at this point in the history
  • Loading branch information
tzneal committed Sep 13, 2024
1 parent d5da63b commit 328e464
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
project_name: eks-node-viewer
version: 2

source:
enabled: false
Expand Down Expand Up @@ -38,16 +39,15 @@ release:
prerelease: auto

snapshot:
name_template: "{{ .Tag }}-next"
version_template: "{{ .Tag }}-next"

checksum:
name_template: "{{ .ProjectName }}_{{ .Version }}_sha256_checksums.txt"
algorithm: sha256

changelog:
sort: asc
skip: false
use: git # github(-native)
use: github
filters:
exclude:
- '^docs:'
Expand Down
2 changes: 1 addition & 1 deletion hack/gen_licenses.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
go install github.com/google/go-licenses@latest
go mod download
go-licenses report ./... --template hack/attribution.tmpl > ATTRIBUTION.md
GOROOT=$(go env GOROOT) go-licenses report ./... --template hack/attribution.tmpl > ATTRIBUTION.md

0 comments on commit 328e464

Please sign in to comment.