Skip to content

Commit

Permalink
update .goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
Leandro Ferreira committed Oct 26, 2024
1 parent 91d04ec commit 6e64a24
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,10 @@ before:
- go generate ./...

builds:
- env:
- CGO_ENABLED=0
- id: build
goos:
- linux
- windows
- linux
- darwin
goarch:
- amd64
Expand Down Expand Up @@ -39,9 +38,6 @@ changelog:
checksum:
name_template: "checksums.txt"

snapshot:
name_template: "{{ .Tag }}-{{ .ShortCommit }}"

release:
github:
owner: leandrodaf
Expand Down

0 comments on commit 6e64a24

Please sign in to comment.