From 1cb29c4ad5e323d4c47ba843082b651b0f17e438 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20S=C4=99k?= Date: Wed, 18 Dec 2019 15:43:25 +0100 Subject: [PATCH] Fix bump-version Makefile goal --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index aebe957a..9bb0c038 100644 --- a/Makefile +++ b/Makefile @@ -368,7 +368,7 @@ minikube-start: ## Start minikube .PHONY: bump-version BUMP := patch -bump-version: prepare-all-in-one-deploy-file ## Bump the version in the version file. Set BUMP to [ patch | major | minor ] +bump-version: ## Bump the version in the version file. Set BUMP to [ patch | major | minor ] @echo "+ $@" #@go get -u github.com/jessfraz/junk/sembump # update sembump tool FIXME $(eval NEW_VERSION=$(shell sembump --kind $(BUMP) $(VERSION)))