From fb3464abd0cd281c655bde1c765b9ae878e244a0 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 13 Nov 2024 12:58:07 -0600 Subject: [PATCH] notes for later --- Makefile | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 85836d2..659462c 100644 --- a/Makefile +++ b/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