From f89a8fe9f486fbb9c7980dd27873a6eb4569b002 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20S=C4=99k?= Date: Wed, 4 Sep 2019 12:36:34 +0200 Subject: [PATCH] Update Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)))