Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
traefiker committed Sep 3, 2019
1 parent ef475a3 commit 4586e94
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
15 changes: 9 additions & 6 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ builds:
goarch:
- amd64

changelog:
skip: true

archives:
- id: maesh
name_template: '{{ .ProjectName }}_v{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}'
Expand All @@ -28,10 +25,16 @@ archives:
format: zip
files:
- LICENSE
- CHANGELOG.md

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

release:
disable: true
changelog:
sort: asc
filters:
exclude:
- '^docs:'
- '^doc:'
- '^chore:'
- '^test:'
- '^tests:'
1 change: 0 additions & 1 deletion CHANGELOG.md

This file was deleted.

0 comments on commit 4586e94

Please sign in to comment.