Merge pull request #2171 from alexbelgium/codex/fix-version-number-formatting-in-changelog

Fix changelog version quoting in builder workflow
This commit is contained in:
Alexandre
2025-11-06 19:02:19 +01:00
committed by GitHub

View File

@@ -214,6 +214,9 @@ jobs:
else
exit 1
fi
version="${version//"/}"
version="${version//'/}"
version="$(echo "$version" | xargs)"
if [[ "$version" == *"test"* ]]; then exit 0; fi
touch CHANGELOG.md
if ! grep -q "$version" CHANGELOG.md; then