ci : release clean-up (#27477)

This commit is contained in:
Georgi Gerganov
2026-08-21 11:33:40 +03:00
committed by GitHub
parent 62b2269060
commit 1719747451
3 changed files with 9 additions and 8 deletions
+2 -2
View File
@@ -52,10 +52,10 @@ PREV="$( { git tag --list; echo "${VERSION}"; } \
if [[ -n "${PREV}" ]]; then
CHANGELOG="$(git log --oneline "${PREV}..${RELEASE_COMMIT}")"
CHANGELOG_TITLE="Change log since ${PREV}"
CHANGELOG_TITLE="Changelog since ${PREV}"
else
CHANGELOG="(no previous release tag found)"
CHANGELOG_TITLE="Change log"
CHANGELOG_TITLE="Changelog"
fi
# Nightly release: the b* tag pointing at the release commit (|| true: no match is not an error)