Merge pull request #1536 from flatcar-linux/kai/gh-a-kernel-changelog

.github: Use different kernel changelog file name per version
This commit is contained in:
Kai Lüke 2022-01-03 16:05:46 +01:00 committed by GitHub
commit 5ecd16634c

View File

@ -85,7 +85,7 @@ function generate_update_changelog() {
local URL="${3}"
local UPDATE_NAME="${4}"
shift 4
local file="changelog/updates/$(date '+%Y-%m-%d')-${UPDATE_NAME}-update.md"
local file="changelog/updates/$(date '+%Y-%m-%d')-${UPDATE_NAME}-${VERSION}-update.md"
local -a old_links
pushd "${SDK_OUTER_SRCDIR}/third_party/coreos-overlay" >/dev/null || exit