summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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)