Skip to content

fix: format changelog entries as bullet points#879

Merged
zeroedin merged 1 commit into
mainfrom
worktree-fix-changelog-bullets
Jul 9, 2026
Merged

fix: format changelog entries as bullet points#879
zeroedin merged 1 commit into
mainfrom
worktree-fix-changelog-bullets

Conversation

@zeroedin

@zeroedin zeroedin commented Jul 9, 2026

Copy link
Copy Markdown
Owner

Summary

  • Format each changeset summary as a markdown bullet point (- ) in generated CHANGELOG entries
  • Indent continuation lines by 2 spaces so multi-paragraph summaries with code blocks nest correctly under their bullet
  • Applies to both single-level (flat) and multi-level (grouped under ### Minor Changes etc.) output

Fixes the readability issue where multiple entries under a section header ran together as an undifferentiated wall of text (see #843 for an example).

Only affects future releases — existing CHANGELOG.md entries are unchanged.

Test plan

  • All 40 existing changeset tool specs pass
  • Verify single-line summaries render as - Summary text.
  • Verify multi-paragraph summaries with code blocks indent under the bullet
  • Verify grouped output (mixed bump levels) bullets each entry under its header

🤖 Generated with Claude Code

Each changeset summary is now prefixed with `- ` and continuation
lines are indented by 2 spaces so multi-paragraph entries with code
blocks nest correctly under their bullet.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@netlify

netlify Bot commented Jul 9, 2026

Copy link
Copy Markdown

Deploy Preview for alloyssg ready!

Name Link
🔨 Latest commit 13beb51
🔍 Latest deploy log https://app.netlify.com/projects/alloyssg/deploys/6a4fc093d2ac0d0008fb6693
😎 Deploy Preview https://deploy-preview-879--alloyssg.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@zeroedin zeroedin merged commit b212d5a into main Jul 9, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant