clear the terminal

This commit is contained in:
Jeff Carr 2024-11-07 02:16:05 -06:00
parent 6a2e9d294d
commit 44e6e69f41
1 changed files with 2 additions and 0 deletions

View File

@ -15,6 +15,7 @@ stderr: build
./guireleaser >/tmp/guireleaser.stderr 2>&1 ./guireleaser >/tmp/guireleaser.stderr 2>&1
prepare-release: prepare-release:
reset
make curl-list-release-notdone make curl-list-release-notdone
make curl-incrementAllTargetVersions make curl-incrementAllTargetVersions
make curl-list-release-notdone make curl-list-release-notdone
@ -71,6 +72,7 @@ showNext:
curl --silent http://localhost:9419/showNext curl --silent http://localhost:9419/showNext
doRelease: doRelease:
reset
make curl-list-changed make curl-list-changed
make showNext make showNext
sleep 10 sleep 10