mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-16 17:36:59 +02:00
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:
commit
5ecd16634c
@ -85,7 +85,7 @@ function generate_update_changelog() {
|
|||||||
local URL="${3}"
|
local URL="${3}"
|
||||||
local UPDATE_NAME="${4}"
|
local UPDATE_NAME="${4}"
|
||||||
shift 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
|
local -a old_links
|
||||||
|
|
||||||
pushd "${SDK_OUTER_SRCDIR}/third_party/coreos-overlay" >/dev/null || exit
|
pushd "${SDK_OUTER_SRCDIR}/third_party/coreos-overlay" >/dev/null || exit
|
||||||
|
Loading…
Reference in New Issue
Block a user