Release v0.18.5 (#830)

* chore: release v0.18.5

* update changelog

---------

Co-authored-by: Flomp <26000991+Flomp@users.noreply.github.com>
Co-authored-by: Christian Beutel <>
This commit is contained in:
github-actions[bot]
2026-02-20 14:50:42 +01:00
committed by GitHub
parent 23b0913c9a
commit 702681acee
7 changed files with 65 additions and 19 deletions

View File

@@ -77,7 +77,7 @@ jobs:
RAW_VER=${VERSION#v}
CHANGELOG=$(awk -v ver="$RAW_VER" 'BEGIN {in_section=0} /^# / {if (in_section) exit; if ($2 == ver) in_section=1} in_section {print}' CHANGELOG.md)
echo 'changelog<<EOF' >> $GITHUB_OUTPUT
echo "$CHANGELOG" >> $GITHUB_OUTPUT
printf "$CHANGELOG" >> $GITHUB_OUTPUT
echo 'EOF' >> $GITHUB_OUTPUT
- name: Create GitHub Release