Skip to content

Commit

Permalink
update goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
jybp committed Apr 13, 2020
1 parent 4275ecf commit bab3540
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,6 @@ blte
!blte/
extract
casclib
*.log
*.log

dist
10 changes: 2 additions & 8 deletions .goreleaser → .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ builds:
- darwin
- windows
env:
- CGO_ENABLED=0
- CGO_ENABLED=0
archives:
- replacements:
darwin: Darwin
Expand All @@ -20,10 +20,4 @@ archives:
checksum:
name_template: 'checksums.txt'
snapshot:
name_template: "{{ .Tag }}-next"
changelog:
sort: asc
filters:
exclude:
- '^docs:'
- '^test:'
name_template: "{{ .Tag }}-next"

0 comments on commit bab3540

Please sign in to comment.