Compare commits

..

No commits in common. "0.4.14" and "0.4.13" have entirely different histories.

View File

@ -79,9 +79,7 @@ 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}")"
COMMIT_TITLES=$(git log "${OLD_TAG}..${NEW_TAG}" --pretty=format:"%s")
echo "INFO: Generate change log entries from ${OLD_TAG} until ${NEW_TAG}"