A simple tool to force version update in CI.
We've all experienced commits forgetting to update the corresponding version on the codebase; like changing a helm chart template without increasing the version
in Chart.yaml
. Semangit helps to prevent such mistakes by checking whether a change needs a corresponding version increase.
- Force Helm package version update on CI, if the package files are changed.