Fix bump-version Makefile goal
This commit is contained in:
parent
6d0d10521c
commit
1cb29c4ad5
2
Makefile
2
Makefile
|
|
@ -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)))
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue