mirror of
https://github.com/unpoller/unpoller.git
synced 2026-04-05 08:54:00 -04:00
full release option too
This commit is contained in:
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)
|
||||
/usr/bin/install -m 0644 -cp LICENSE *.html examples/* $(PREFIX)/share/doc/$(BINARY)/
|
||||
|
||||
goreleaser:
|
||||
goreleaser release --rm-dist
|
||||
|
||||
goreleaser-test:
|
||||
goreleaser release --rm-dist --skip-validate --skip-publish --skip-sign --debug
|
||||
|
||||
Reference in New Issue
Block a user