diff --git a/make/truenas.makefile b/make/truenas.makefile index c6fb58c..52feb62 100644 --- a/make/truenas.makefile +++ b/make/truenas.makefile @@ -1,3 +1,5 @@ .PHONY: chart-release chart-release: @rsync -av $(CHART)/helm/ charts/$(CHART)/$(shell cat $(CHART)/VERSION)/ + @git add charts/$(CHART) + @git commit -m "Automated release for chart $(CHART) version $(shell cat $(CHART)/VERSION)" -e