In order to create cleaner histories we should be using subtree split and push in order to preview the changes as an MR before pushing to main.
4 lines
111 B
Makefile
4 lines
111 B
Makefile
.PHONY: chart-release
|
|
chart-release:
|
|
@rsync -av $(CHART)/helm/ charts/$(CHART)/$(shell cat $(CHART)/VERSION)/
|