Skip to content

fix(changelog): restore heading position and normalize bullets#52

Merged
TGPSKI merged 1 commit into
mainfrom
fix/changelog-header-position
May 20, 2026
Merged

fix(changelog): restore heading position and normalize bullets#52
TGPSKI merged 1 commit into
mainfrom
fix/changelog-header-position

Conversation

@TGPSKI
Copy link
Copy Markdown
Owner

@TGPSKI TGPSKI commented May 20, 2026

Problem

file_prepend inserted the v0.2.1 changelog section above the
# Changelog heading, breaking the rendered document structure on GitHub.
Bullet points were also rendered as instead of -.

Fix

  • Moves the # Changelog heading back to line 1
  • Reorders content so new version sections appear after the heading
  • Replaces bullet characters with - throughout the affected section

Validation

  • # Changelog is the first line of the file
  • Version sections appear in descending order below the heading
  • All bullets use - not

@TGPSKI TGPSKI merged commit 0579b38 into main May 20, 2026
6 checks passed
@TGPSKI TGPSKI deleted the fix/changelog-header-position branch May 20, 2026 07:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant