Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
c5783bd053 |
@ -79,7 +79,9 @@ function map_type_to_kind() {
|
||||
esac
|
||||
}
|
||||
|
||||
COMMIT_TITLES=$(git log "${OLD_TAG}..${NEW_TAG}" --pretty=format:"%s")
|
||||
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}"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user