fix(ci): correctly format changelog
This commit is contained in:
@@ -58,6 +58,7 @@ tmp_changelog="CHANGELOG.tmp"
|
|||||||
echo ""
|
echo ""
|
||||||
if [ -n "$COMMITS" ]; then
|
if [ -n "$COMMITS" ]; then
|
||||||
echo "---"
|
echo "---"
|
||||||
|
echo ""
|
||||||
echo "$COMMITS"
|
echo "$COMMITS"
|
||||||
echo ""
|
echo ""
|
||||||
fi
|
fi
|
||||||
|
|||||||
@@ -1,18 +1,18 @@
|
|||||||
# v0.0.4 (2026-02-10)
|
# v0.0.4 (2026-02-10)
|
||||||
|
|
||||||
Features
|
## Features
|
||||||
|
|
||||||
- Added shape and leaf nodes, including rotation support.
|
- Added shape and leaf nodes, including rotation support.
|
||||||
- Added high-contrast light theme and improved overall node readability.
|
- Added high-contrast light theme and improved overall node readability.
|
||||||
- Enhanced UI with dots background, clearer details, and consistent node coloring.
|
- Enhanced UI with dots background, clearer details, and consistent node coloring.
|
||||||
- Improved changelog display and parsing robustness.
|
- Improved changelog display and parsing robustness.
|
||||||
|
|
||||||
Fixes
|
## Fixes
|
||||||
|
|
||||||
- Fixed UI issues (backside rendering, missing types, linter errors).
|
- Fixed UI issues (backside rendering, missing types, linter errors).
|
||||||
- Improved CI handling of commit messages and changelog placement.
|
- Improved CI handling of commit messages and changelog placement.
|
||||||
|
|
||||||
Chores
|
## Chores
|
||||||
|
|
||||||
- Simplified CI quality checks.
|
- Simplified CI quality checks.
|
||||||
- Updated dprint linters.
|
- Updated dprint linters.
|
||||||
|
|||||||
Reference in New Issue
Block a user