Skip to content

fix: format CHANGELOG.md and auto-format on version-packages#77

Draft
Copilot wants to merge 2 commits intomainfrom
copilot/fix-ci-main-error
Draft

fix: format CHANGELOG.md and auto-format on version-packages#77
Copilot wants to merge 2 commits intomainfrom
copilot/fix-ci-main-error

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 8, 2026

What

  • Remove extraneous blank line in CHANGELOG.md that failed oxfmt formatting check
  • Update release.yml to chain pnpm fix after pnpm version-packages so Changesets bot auto-formats generated changelog before committing
# Before
version: pnpm version-packages

# After
version: pnpm version-packages && pnpm fix

Why

The Changesets "Version Packages" bot emits CHANGELOG entries with an extra blank line inside a list item, which violates oxfmt rules. CI (pnpm check) fails on every automated version bump without this fix.

Ref

CI run: https://github.com/nyatinte/prw/actions/runs/24109602100

@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented Apr 8, 2026

⚠️ No Changeset found

Latest commit: f23645d

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

…elease workflow

Agent-Logs-Url: https://github.com/nyatinte/prw/sessions/e43ca3b5-763a-482d-839f-a4299bf2b909

Co-authored-by: nyatinte <104000239+nyatinte@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix CI error on main branch fix: format CHANGELOG.md and auto-format on version-packages Apr 8, 2026
Copilot AI requested a review from nyatinte April 8, 2026 00:38
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.

2 participants