Skip to content

ci: exempt generated CHANGELOG.md from the Prettier gate - #811

Merged
robsongajunior merged 1 commit into
mainfrom
ci/prettierignore-generated-changelog
Jul 27, 2026
Merged

ci: exempt generated CHANGELOG.md from the Prettier gate#811
robsongajunior merged 1 commit into
mainfrom
ci/prettierignore-generated-changelog

Conversation

@robsongajunior

Copy link
Copy Markdown
Contributor

Summary

  • Release PR chore: release main #810 is red on Linting & Formatting: prettier --check fails on packages/webkit/CHANGELOG.md. release-please commits changelogs via the GitHub API (no local hook ever runs on them) in its own markdown style (* bullets, double blank line after the version heading), which differs from Prettier's (- bullets).
  • Adds **/CHANGELOG.md to .prettierignore — generated files are exempt from the format gate, same precedent as packages/webkit/catalog.json already in that file.

Notes

@robsongajunior
robsongajunior requested a review from a team as a code owner July 27, 2026 18:03
@robsongajunior
robsongajunior merged commit fb81597 into main Jul 27, 2026
18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants