Files
Common/make/truenas.makefile
ducoterra 47dea4876f Add automated commit to chart-release
Add automated add and commit to chart-release.
2021-11-02 15:35:44 -04:00

6 lines
233 B
Makefile

.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