diff options
| author | Jeff Carr <[email protected]> | 2024-11-13 17:45:51 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-11-13 17:45:51 -0600 |
| commit | 3502ea0b5b2fb088f856a9734ef8eb763f472a95 (patch) | |
| tree | 5ce01afcb30fbcc288870af6bc55ae305e2faae7 /Makefile | |
| parent | fcd132c109ed4f1ecf4348a6fdc85092973fbb97 (diff) | |
clean releasebox
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |
