Update Makefile

This commit is contained in:
Tomasz Sęk 2019-09-04 12:36:34 +02:00
parent dc86778d67
commit f89a8fe9f4
No known key found for this signature in database
GPG Key ID: DC356D23F6A644D0
1 changed files with 1 additions and 1 deletions

View File

@ -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)))