notes for later

This commit is contained in:
Jeff Carr 2024-11-13 12:58:07 -06:00
parent b8470d5568
commit fb3464abd0
1 changed files with 9 additions and 2 deletions

View File

@ -1,7 +1,14 @@
VERSION = $(shell git describe --tags) VERSION = $(shell git describe --tags)
all: build all:
./guireleaser --help @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 # single: build
# ./guireleaser go.wit.com/apps/go-clone --increment --release --reason "testing guireleaser" --dry-run # ./guireleaser go.wit.com/apps/go-clone --increment --release --reason "testing guireleaser" --dry-run