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