Add release script

This commit is contained in:
2019-04-09 11:20:47 +02:00
parent 1c468ff0fe
commit fbb2381b14
3 changed files with 105 additions and 2 deletions

View File

@ -5,6 +5,9 @@ test:
watch:
modd
release:
script/release
deps:
GO111MODULE=off go get -u golang.org/x/tools/cmd/godoc
GO111MODULE=off go get -u github.com/cortesi/modd/cmd/modd
@ -29,4 +32,4 @@ doc:
bin/keygen:
go build -o bin/keygen ./cmd/keygen
.PHONY: test lint doc sequence-diagram bin/keygen
.PHONY: test lint doc sequence-diagram bin/keygen release