This commit is contained in:
parent
9222a6f811
commit
bc9963a6ca
3
Makefile
3
Makefile
@ -1,5 +1,8 @@
|
|||||||
NEW_VERSION:=$(shell yq '.version |= (split(".") | .[-1] |= ((. tag = "!!int") + 1) | join("."))' Chart.yaml | yq '.version')
|
NEW_VERSION:=$(shell yq '.version |= (split(".") | .[-1] |= ((. tag = "!!int") + 1) | join("."))' Chart.yaml | yq '.version')
|
||||||
|
|
||||||
|
init:
|
||||||
|
git config core.hooksPath .githooks
|
||||||
|
|
||||||
branch:
|
branch:
|
||||||
@echo "New chart version is: $(NEW_VERSION)"
|
@echo "New chart version is: $(NEW_VERSION)"
|
||||||
git checkout -b lib_$(NEW_VERSION)
|
git checkout -b lib_$(NEW_VERSION)
|
||||||
|
Loading…
Reference in New Issue
Block a user