Update Makefile
This commit is contained in:
parent
dc86778d67
commit
f89a8fe9f4
2
Makefile
2
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)))
|
||||
|
|
|
|||
Loading…
Reference in New Issue