From 3502ea0b5b2fb088f856a9734ef8eb763f472a95 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 13 Nov 2024 17:45:51 -0600 Subject: clean releasebox --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index f69416a..0bde9f7 100644 --- a/Makefile +++ b/Makefile @@ -54,7 +54,7 @@ install: -X main.VERSION=${VERSION}" test: build - GUIRELEASE_REASON=minor ./guireleaser + GUIRELEASE_REASON='test build' ./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