-
Upgrade the
versionfield in ./charts/invenio/Chart.yaml. -
Commit and tag:
CHART_VERSION="$(yq .version "$(git rev-parse --show-toplevel)/charts/invenio/Chart.yaml")" git commit -s -m "馃摝 release: v${CHART_VERSION}" git tag "v${CHART_VERSION}"
-
Push:
git push && git push --tags