mirror of
https://github.com/dnote/dnote
synced 2026-03-14 14:35:50 +01:00
Configure goreleaser (#100)
This commit is contained in:
parent
b3a12aed85
commit
6ad1c83d3f
2 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
archive:
|
||||
format: binary
|
||||
name_template: "{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}"
|
||||
name_template: "dnote_{{ .Os }}_{{ .Arch }}"
|
||||
|
||||
builds:
|
||||
-
|
||||
|
|
|
|||
2
Makefile
2
Makefile
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue