From bc9963a6ca6f2d56ad87270426be4e1a5d18d2eb Mon Sep 17 00:00:00 2001 From: Jonas Forsberg Date: Fri, 18 Oct 2024 16:02:44 +0200 Subject: [PATCH] added init --- Makefile | 3 +++ 1 file changed, 3 insertions(+) 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)