chore(ci): cleanup scripts
All checks were successful
Helm / helm-lint (push) Successful in 15s
Helm / helm-unittest (push) Successful in 16s
Release / publish-chart (push) Successful in 18s

This commit is contained in:
2025-06-04 19:43:26 +02:00
parent a4180e0953
commit 24d29f2b09
2 changed files with 0 additions and 7 deletions

View File

@ -79,8 +79,6 @@ function map_type_to_kind() {
esac
}
git log --pretty=format:"%s" "${OLD_TAG}..${NEW_TAG}"
COMMIT_TITLES="$(git log --pretty=format:"%s" "${OLD_TAG}..${NEW_TAG}")"
echo "INFO: Generate change log entries from ${OLD_TAG} until ${NEW_TAG}"