Configure goreleaser (#100)

This commit is contained in:
Sung Won Cho 2018-09-01 16:37:57 +10:00 committed by GitHub
commit 6ad1c83d3f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
archive:
format: binary
name_template: "{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}"
name_template: "dnote_{{ .Os }}_{{ .Arch }}"
builds:
-

View file

@ -3,7 +3,7 @@ release:
@echo "** Tagging and pushing..."
@git tag -a $(VERSION) -m "$(VERSION)"
@git push --tags
@goreleaser
@goreleaser --rm-dist
.PHONY: release
build-snapshot: