# Check if the bundled chart version matches the next auto-deploy-image version.
-git diff @..@^ --name-only | grep 'assets/auto-deploy-app' || echo 'This change does not contain changes for the chart. Skip the validation' && exit 0
-next_release_version=$(cat output.log | grep -oP "The next release version is \K.*$") || true