Skip to content

Release 1.1.5

Choose a tag to compare

@github-actions github-actions released this 12 Jan 07:39
· 34 commits to main since this release
2124487

Patch Changes

  • 587569d Thanks @mynameistito! - Fix changelog header detection in GitHub Release body extraction

    • Distinguish between level 2 headers (## ) and level 3 headers (### ) in changelog
    • Prevent '### Patch Changes' from being mistaken as version header boundary
    • Ensure full changeset content is extracted and displayed in release body
    • Fixes empty release description issue caused by incorrect header matching