Skip to content

ci: exclude generated changelog from formatting - #19

Merged
f0rr0 merged 1 commit into
masterfrom
f0rr0/fix-release-changelog-format
Jul 28, 2026
Merged

ci: exclude generated changelog from formatting#19
f0rr0 merged 1 commit into
masterfrom
f0rr0/fix-release-changelog-format

Conversation

@f0rr0

@f0rr0 f0rr0 commented Jul 28, 2026

Copy link
Copy Markdown
Owner

What changed

  • Exclude CHANGELOG.md from Oxfmt through the existing ignorePatterns configuration.

Why

Release Please owns and regenerates the changelog. Its generated Markdown differs from Oxfmt's preferred formatting, which caused the automated 3.0.0 release PR to fail the Check job even though the package code and release metadata were valid.

Impact

Source, tests, documentation, package metadata, and workflow files remain formatting-checked. Only the bot-generated changelog is excluded, preventing future release PRs from failing on formatting churn.

Validation

  • bun run check
  • 15 Jest tests passed
  • strict TypeScript, Oxlint, package validation, actionlint, and zizmor passed
  • direct oxfmt --check CHANGELOG.md confirms the file is excluded by the configured ignore rule

@f0rr0
f0rr0 marked this pull request as ready for review July 28, 2026 00:57
@f0rr0
f0rr0 merged commit ce939e5 into master Jul 28, 2026
4 checks passed
@f0rr0
f0rr0 deleted the f0rr0/fix-release-changelog-format branch July 28, 2026 00:58
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