Skip to content

Commit

Permalink
Add .goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelmota committed Sep 22, 2019
1 parent 7e0d9e8 commit 9ab0d61
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .goreleaser
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
builds:
- binary: goethereumhdwallet
goos:
goarch:
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,8 @@ run/example/3:
.PHONY: run/example/4
run/example/4:
@go run example/keys.go

.PHONY: release
release:
@rm -rf dist
@goreleaser

0 comments on commit 9ab0d61

Please sign in to comment.