Skip to content

Commit

Permalink
add goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
RyosukeCla committed Dec 1, 2019
1 parent 6c9cabd commit 9994bfa
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
builds:
- binary: ksedit
goos:
- windows
- darwin
- linux
goarch:
- amd64
archive:
format: binary
name_template: "{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}"
files:
- README.md
release:
github:
owner: RyosukeCLa
name: ksedit

0 comments on commit 9994bfa

Please sign in to comment.