From 250a96c49f0d4d56362be4aa02f74b6b63b4495a Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 13 Nov 2024 17:03:03 -0600 Subject: rm more code --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 659462c..91ba649 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ VERSION = $(shell git describe --tags) all: @echo run this from the autotypist dir: - @echo " GUIREASON=blah guireleaser" + @echo " GUIRELEASE_REASON=notsure guireleaser" @echo then: @echo " make prepare-release" @echo then: @@ -51,6 +51,9 @@ install: GO111MODULE=off go install -v -x -ldflags " \ -X main.VERSION=${VERSION}" +test: build + GUIRELEASE_REASON=minor ./guireleaser + check-git-clean: @git diff-index --quiet HEAD -- || (echo "Git repository is dirty, please commit your changes first"; exit 1) -- cgit v1.2.3