added a unified color helper so that every created colors and cached colors and preview are the same

This commit is contained in:
Rad
2026-04-18 00:14:04 +02:00
parent 40f6e0239f
commit 6ddce3cfd8
4 changed files with 893 additions and 255 deletions

View File

@@ -77,10 +77,10 @@ jobs:
notes_content=""
for notes_file in \
"doc/changelogs/CHANGELOG_v${version}.md" \
"doc/changelogs/RELEASE_NOTES_v${version}.md" \
"CHANGELOG_v${version}.md" \
"RELEASE_NOTES_v${version}.md"; do
"doc/changelogs/CHANGELOG_v${version}.md" \
"RELEASE_NOTES_v${version}.md" \
"CHANGELOG_v${version}.md"; do
if [ -f "$notes_file" ]; then
notes_content=$(cat "$notes_file")
break