diff options
| author | Jeff Carr <[email protected]> | 2024-11-13 17:03:03 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-11-13 17:03:03 -0600 |
| commit | 250a96c49f0d4d56362be4aa02f74b6b63b4495a (patch) | |
| tree | bb1a1273c9005d559b58a45106b5ee93e4e4782d /Makefile | |
| parent | fb3464abd0cd281c655bde1c765b9ae878e244a0 (diff) | |
rm more code
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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) |
