diff --git a/Makefile b/Makefile index 0ff974f..7d24252 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,8 @@ NEW_VERSION:=$(shell yq '.version |= (split(".") | .[-1] |= ((. tag = "!!int") + 1) | join("."))' Chart.yaml | yq '.version') +init: + git config core.hooksPath .githooks + branch: @echo "New chart version is: $(NEW_VERSION)" git checkout -b lib_$(NEW_VERSION)