Skip to content

Commit

Permalink
build: use goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
igungor committed Apr 29, 2020
1 parent 019167f commit 70fa1d4
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 15 deletions.
21 changes: 21 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
builds:
-
binary: ilber
env:
- CGO_ENABLED=0
goos:
- linux
goarch:
- amd64

archives:
- name_template: '{{ .ProjectName }}_{{ .Version }}_{{ .Os }}-{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}'

changelog:
sort: asc
filters:
exclude:
- '^docs:'
- '^test:'
- Merge pull request
- Merge branch
15 changes: 0 additions & 15 deletions .goxc.json

This file was deleted.

0 comments on commit 70fa1d4

Please sign in to comment.