cf41f2e Merge branch 'remove-push' into 'main' ef81c95 Remove unused commands 81c19cc Don't use remote common ea1e248 Update subtree add README 756cc8c Remove make-push a4b7e34 Squash subtree on pull 524c5be Fix PROJECT_NAME variable 47dea48 Add automated commit to chart-release git-subtree-dir: .gitlab git-subtree-split: cf41f2e7768da3a340b86debcddc949b588448c7
6 lines
233 B
Makefile
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
|