chore: adjust generate-release-draft to use TARGET_SHA

Signed-off-by: Josh <josh.t.richards@gmail.com>
jtr/chore-release-note-automation
Josh 1 week ago committed by GitHub
parent c31b14cd80
commit 55b4fdcb6d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -697,7 +697,7 @@ current_git_range_display="$(
echo
echo "**Full Changelog**:"
echo "* Image: [${REPO} ${PREVIOUS_TAG}...master](https://github.com/${REPO}/compare/${PREVIOUS_TAG}...master)"
echo "* Image: [${REPO} ${PREVIOUS_TAG}...${TARGET_SHA:0:7}](https://github.com/${REPO}/compare/${PREVIOUS_TAG}...${TARGET_SHA})"
echo "* Nextcloud Server: [Changelog](https://nextcloud.com/changelog/)"
echo "* Docker Official Image: [${official_repo}#${OFFICIAL_IMAGES_PR}](${OFFICIAL_IMAGES_PR_URL})"
echo

Loading…
Cancel
Save