added init
All checks were successful
Lint and Test Charts / lint-test (push) Successful in 7s

This commit is contained in:
Jonas Forsberg 2024-10-18 16:02:44 +02:00
parent 9222a6f811
commit bc9963a6ca

View File

@ -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)