summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-11-13 17:45:51 -0600
committerJeff Carr <[email protected]>2024-11-13 17:45:51 -0600
commit3502ea0b5b2fb088f856a9734ef8eb763f472a95 (patch)
tree5ce01afcb30fbcc288870af6bc55ae305e2faae7 /Makefile
parentfcd132c109ed4f1ecf4348a6fdc85092973fbb97 (diff)
clean releasebox
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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)