mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-22 01:49:48 +00:00
[#3892] Make tools/bump-lib-versions.sh write to changelog_unreleased
This commit is contained in:
parent
917b20ca47
commit
b1bf27d534
@ -165,10 +165,11 @@ else
|
||||
release='development'
|
||||
fi
|
||||
|
||||
(echo "\
|
||||
TODO. [build] TODO
|
||||
author=$(git show -s --format='%ae' | cut -d '@' -f 1)
|
||||
branch=$(git branch --show-current)
|
||||
gitlab_id=$(printf '%s' "${branch}" | cut -d '-' -f 1)
|
||||
echo "\
|
||||
[build] ${author}
|
||||
The library version numbers have been bumped up for the Kea ${major}.${middle}.${minor}
|
||||
${release} release.
|
||||
(Gitlab #TODO)
|
||||
" && cat ./ChangeLog) > ./ChangeLog.tmp
|
||||
mv ./ChangeLog.tmp ./ChangeLog
|
||||
(Gitlab #${gitlab_id})" > "./changelog_unreleased/${branch}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user