Add automated commit to chart-release

Add automated add and commit to chart-release.
This commit is contained in:
ducoterra
2021-11-02 15:35:44 -04:00
parent 731ada6a3d
commit 47dea4876f

View File

@@ -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