Skip to content

Commit

Permalink
change .goreleaser.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kozmod committed Feb 15, 2023
1 parent 0809ad8 commit c7b29eb
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ project_name: progen
before:
hooks:
- go mod download

builds:
- main: ./main.go
binary: progen
Expand All @@ -14,13 +15,23 @@ builds:
goarch:
- amd64
- arm64
targets:
- linux_amd64
- linux_arm64
- darwin_amd64
- darwin_arm64
- linux_arm
- windows_amd64
archives:
- files:
- Readme.md
- LICENSE

checksum:
name_template: "checksum.txt"
name_template: '{{ .ProjectName }}_v{{ .Version }}_checksums.txt'

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

changelog:
sort: asc

0 comments on commit c7b29eb

Please sign in to comment.