From 5b8b03790577202d8de7f6044433e23d5e14b7b3 Mon Sep 17 00:00:00 2001 From: Jonas Forsberg Date: Sat, 19 Oct 2024 08:54:28 +0200 Subject: [PATCH] . --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 26085eb..2dc0edf 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,6 @@ NEW_VERSION:=$(shell yq '.version |= (split(".") | .[-1] |= ((. tag = "!!int") + 1) | join("."))' Chart.yaml | yq '.version') + pre-commit: pip install pre-commit pre-commit install