Skip to content

[codex] Fix Changesets changelog generation#917

Merged
RhysSullivan merged 1 commit into
mainfrom
codex/fix-changelog-generation
Jun 9, 2026
Merged

[codex] Fix Changesets changelog generation#917
RhysSullivan merged 1 commit into
mainfrom
codex/fix-changelog-generation

Conversation

@RhysSullivan

Copy link
Copy Markdown
Owner

Summary

Fixes the Version Packages changelog output generated by Changesets.

The release PR body was pasting placeholder CHANGELOG.md prose because .changeset/config.json disabled changelog generation with changelog: false. When changeset version ran, package versions changed but package changelog sections were not generated, so changesets/action had no real release entries to include.

This PR:

  • turns package changelog generation back on with @changesets/cli/changelog
  • normalizes seed-only CHANGELOG.md files to H1-only files using package names
  • updates the changelog seed checker so future seed files stay H1-only
  • documents that .changeset/*.md bodies are the package changelog entries, while apps/cli/release-notes/next.md remains the GitHub Release body

Validation

  • rehearsed bun run changeset:version locally and confirmed generated sections no longer include placeholder text
  • bun run lint:changelog-stubs
  • bun run format:check

References

@cloudflare-workers-and-pages

Copy link
Copy Markdown

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Updated (UTC)
✅ Deployment successful!
View logs
executor-cloud 5c8381b Jun 09 2026, 04:14 AM

@cloudflare-workers-and-pages

Copy link
Copy Markdown

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Preview URL Updated (UTC)
✅ Deployment successful!
View logs
executor-marketing 5c8381b Commit Preview URL

Branch Preview URL
Jun 09 2026, 04:14 AM

@RhysSullivan RhysSullivan marked this pull request as ready for review June 9, 2026 04:17
@RhysSullivan RhysSullivan merged commit 3feb64f into main Jun 9, 2026
10 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