first commit

This commit is contained in:
Jonas Forsberg
2024-10-15 16:19:57 +02:00
commit 869a756e4b
11 changed files with 449 additions and 0 deletions

6
Makefile Normal file
View File

@@ -0,0 +1,6 @@
NEW_VERSION:=$(shell yq '.version |= (split(".") | .[-1] |= ((. tag = "!!int") + 1) | join("."))' Chart.yaml | yq '.version')
branch:
@echo "New chart version is: $(NEW_VERSION)"
git checkout -b lib_$(NEW_VERSION)
yq '.version="$(NEW_VERSION)"' Chart.yaml