diff --git a/Makefile b/Makefile index 5ccb4077..3c350153 100644 --- a/Makefile +++ b/Makefile @@ -372,7 +372,7 @@ minikube-start: ## Start minikube .PHONY: bump-version BUMP := patch -bump-version: scheme-doc-gen prepare-all-in-one-deploy-file ## Bump the version in the version file. Set BUMP to [ patch | major | minor ] +bump-version: prepare-all-in-one-deploy-file ## 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)))