Skip to content

Commit

Permalink
goreleaser: minor tweaks to be more similar to kubectl-jq
Browse files Browse the repository at this point in the history
  • Loading branch information
jrockway committed Jul 9, 2022
1 parent c146a67 commit 46779ec
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ env_files:
github_token: ~/.github_token
before:
hooks:
- go mod tidy
- go test ./...
- golangci-lint run
builds:
Expand Down Expand Up @@ -50,7 +49,7 @@ archives:
checksum:
name_template: "checksums.txt"
snapshot:
name_template: "{{ slice .Tag 1 }}-next"
name_template: "{{ slice .Tag }}-next"
changelog:
sort: asc
filters:
Expand Down

0 comments on commit 46779ec

Please sign in to comment.