Skip to content

Commit

Permalink
chore: release via goreleaser (#302)
Browse files Browse the repository at this point in the history
  • Loading branch information
easonlin404 committed Feb 18, 2019
1 parent 700eb94 commit d95e114
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -1,3 +1,4 @@
dist
testdata/simple/docs
cover.out

Expand Down
19 changes: 19 additions & 0 deletions .goreleaser.yml
@@ -0,0 +1,19 @@
build:
main: cmd/swag/main.go
archive:
replacements:
darwin: Darwin
linux: Linux
windows: Windows
386: i386
amd64: x86_64
checksum:
name_template: 'checksums.txt'
snapshot:
name_template: "{{ .Tag }}-next"
changelog:
sort: asc
filters:
exclude:
- '^docs:'
- '^test:'

0 comments on commit d95e114

Please sign in to comment.