Skip to content

fix(ci): handle multi-line commit bodies in auto-changeset#40

Merged
willgriffin merged 1 commit intomainfrom
fix/auto-changeset-multiline-body
Feb 11, 2026
Merged

fix(ci): handle multi-line commit bodies in auto-changeset#40
willgriffin merged 1 commit intomainfrom
fix/auto-changeset-multiline-body

Conversation

@willgriffin
Copy link
Copy Markdown
Contributor

Summary

  • Fix auto-changeset script failing to parse commits with multi-line bodies
  • Use null byte (%x00) as record separator instead of splitting on newlines

The git log format with %b (body) produces multi-line output, but the
script split on newlines causing multi-line commit bodies to be treated
as separate commit entries with empty subjects. Use null byte (%x00) as
record separator instead.
@willgriffin willgriffin merged commit 86a80a3 into main Feb 11, 2026
2 checks passed
@willgriffin willgriffin deleted the fix/auto-changeset-multiline-body branch February 11, 2026 20:02
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