From a72c700f6336da2dd33d5559c8451ccab97172df Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Tue, 5 Nov 2024 01:44:24 -0600 Subject: got a temp window to work as a workaround --- Makefile | 28 ++++++++++++++++++++++------ 1 file changed, 22 insertions(+), 6 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 8d371ee..5369d9d 100644 --- a/Makefile +++ b/Makefile @@ -10,9 +10,16 @@ all: build # single-really-do-it: build # ./guireleaser go.wit.com/apps/go-clone --increment --release --reason "testing guireleaser" -# stderr: build -# echo "writing to /tmp/guireleaser.stderr" -# ./guireleaser >/tmp/guireleaser.stderr 2>&1 +stderr: build + echo "writing to /tmp/guireleaser.stderr" + ./guireleaser >/tmp/guireleaser.stderr 2>&1 + +do-release: + make curl-release-list + make curl-incrementAllTargetVersions + make curl-release-list + make curl-findNext + make curl-showNext goimports: goimports -w *.go @@ -42,6 +49,9 @@ redomod: curl-help: curl --silent http://localhost:9419/help +curl-tempWin: + curl --silent http://localhost:9419/tempWin + curl-setBranchesToMasterB: curl --silent http://localhost:9419/setBranchesToMasterB @@ -52,8 +62,14 @@ curl-findNext: curl-showNext: curl --silent http://localhost:9419/showNext -curl-setTargetVersion: - curl --silent http://localhost:9419/setTargetVersion?version=v0.22.5 +curl-doRelease: + curl --silent http://localhost:9419/doRelease + +curl-setTargetVersion-virtigo-v0.1.1: + curl --silent http://localhost:9419/setTargetVersion?version=v0.1.1 + +curl-incrementAllTargetVersions: + curl --silent http://localhost:9419/setAllTargetVersions curl-IncrementMinorVersion: curl --silent http://localhost:9419/IncrementMinorVersion?repo=go.wit.com/toolkit/debian @@ -63,7 +79,7 @@ curl-IncrementRevisonVersion: # report on the release curl-release-list: - curl --silent http://localhost:9419/releaselist?readonly=true + curl --silent http://localhost:9419/releaseList?readonly=true #curl-doSingleRepo: # curl --silent 'http://localhost:9419/doSingleRepo?repo=go.wit.com/gui&dryrun=false' -- cgit v1.2.3