diff options
| author | Jeff Carr <[email protected]> | 2024-11-13 12:58:07 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-11-13 12:58:07 -0600 |
| commit | fb3464abd0cd281c655bde1c765b9ae878e244a0 (patch) | |
| tree | e16385a9e9c63e5a4688f7c909dac26a3c0da32a | |
| parent | b8470d5568be85b6a50d9cff17c9cdd81fe8007a (diff) | |
notes for laterv0.22.12
| -rw-r--r-- | Makefile | 11 |
1 files changed, 9 insertions, 2 deletions
@@ -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 |
