fixed pre-commit
This commit is contained in:
5
Makefile
5
Makefile
@@ -1,7 +1,8 @@
|
||||
NEW_VERSION:=$(shell yq '.version |= (split(".") | .[-1] |= ((. tag = "!!int") + 1) | join("."))' Chart.yaml | yq '.version')
|
||||
|
||||
init:
|
||||
git config core.hooksPath .githooks
|
||||
pre-commit:
|
||||
pip install pre-commit
|
||||
pre-commit install
|
||||
|
||||
branch:
|
||||
@echo "New chart version is: $(NEW_VERSION)"
|
||||
|
Reference in New Issue
Block a user