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:
committed by
GitHub
parent
23b0913c9a
commit
702681acee
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user