Fix bump-version Makefile goal

This commit is contained in:
Tomasz Sęk 2019-12-18 15:43:25 +01:00
parent 6d0d10521c
commit 1cb29c4ad5
No known key found for this signature in database
GPG Key ID: DC356D23F6A644D0
1 changed files with 1 additions and 1 deletions

View File

@ -368,7 +368,7 @@ minikube-start: ## Start minikube
.PHONY: bump-version .PHONY: bump-version
BUMP := patch 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 "+ $@" @echo "+ $@"
#@go get -u github.com/jessfraz/junk/sembump # update sembump tool FIXME #@go get -u github.com/jessfraz/junk/sembump # update sembump tool FIXME
$(eval NEW_VERSION=$(shell sembump --kind $(BUMP) $(VERSION))) $(eval NEW_VERSION=$(shell sembump --kind $(BUMP) $(VERSION)))