full release option too
This commit is contained in:
parent
c669518fdc
commit
6e3ead13d6
3
Makefile
3
Makefile
|
|
@ -206,5 +206,8 @@ install: man readme $(BINARY) plugins_darwin
|
||||||
[ -f $(ETC)/$(BINARY)/$(CONFIG_FILE) ] || /usr/bin/install -m 0644 -cp examples/$(CONFIG_FILE).example $(ETC)/$(BINARY)/$(CONFIG_FILE)
|
[ -f $(ETC)/$(BINARY)/$(CONFIG_FILE) ] || /usr/bin/install -m 0644 -cp examples/$(CONFIG_FILE).example $(ETC)/$(BINARY)/$(CONFIG_FILE)
|
||||||
/usr/bin/install -m 0644 -cp LICENSE *.html examples/* $(PREFIX)/share/doc/$(BINARY)/
|
/usr/bin/install -m 0644 -cp LICENSE *.html examples/* $(PREFIX)/share/doc/$(BINARY)/
|
||||||
|
|
||||||
|
goreleaser:
|
||||||
|
goreleaser release --rm-dist
|
||||||
|
|
||||||
goreleaser-test:
|
goreleaser-test:
|
||||||
goreleaser release --rm-dist --skip-validate --skip-publish --skip-sign --debug
|
goreleaser release --rm-dist --skip-validate --skip-publish --skip-sign --debug
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue