notes for later
This commit is contained in:
parent
b8470d5568
commit
fb3464abd0
11
Makefile
11
Makefile
|
@ -1,7 +1,14 @@
|
|||
VERSION = $(shell git describe --tags)
|
||||
|
||||
all: build
|
||||
./guireleaser --help
|
||||
all:
|
||||
@echo run this from the autotypist dir:
|
||||
@echo " GUIREASON=blah guireleaser"
|
||||
@echo then:
|
||||
@echo " make prepare-release"
|
||||
@echo then:
|
||||
@echo " make showNext"
|
||||
@echo " make doRelease"
|
||||
@echo loop until done
|
||||
|
||||
# single: build
|
||||
# ./guireleaser go.wit.com/apps/go-clone --increment --release --reason "testing guireleaser" --dry-run
|
||||
|
|
Loading…
Reference in New Issue