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.
5 lines
167 B
Makefile
5 lines
167 B
Makefile
.PHONY: helm-release
|
|
helm-release:
|
|
@yq e ".version = \"$(shell cat VERSION)\"" -i helm/Chart.yaml
|
|
@yq e ".appVersion = \"$(shell cat VERSION)\"" -i helm/Chart.yaml
|