Skip to content

fix: disable MD012 markdownlint rule (also blocks release-please PRs) - #31

Merged
gerfru merged 1 commit into
masterfrom
fix/markdownlint-md012-release-please
Aug 13, 2026
Merged

fix: disable MD012 markdownlint rule (also blocks release-please PRs)#31
gerfru merged 1 commit into
masterfrom
fix/markdownlint-md012-release-please

Conversation

@gerfru

@gerfru gerfru commented Aug 13, 2026

Copy link
Copy Markdown
Owner

Summary

  • Follow-up to fix: disable MD004 markdownlint rule (blocks release-please PRs) #30. After that fix landed, PR chore(master): release 4.0.0 #29's Lint check failed again with a different error: MD012 (multiple consecutive blank lines) at CHANGELOG.md:10 and :22 — both inside release-please's own generated section (blank line after the version heading, blank line between the Features list and the next heading).
  • Same category of problem as MD004: this is release-please's fixed template output, not something we write by hand, so it will recur on every future release PR unless disabled at the config level.

Test plan

🤖 Generated with Claude Code

Same root cause as the MD004 fix in #30: release-please's generated
CHANGELOG template inserts double blank lines between its heading and
section blocks (confirmed in the live CI failure log for PR #29,
CHANGELOG.md:10 and :22). This is fixed template output from the
release-please action, not something under our control, so it will
recur on every future release PR unless disabled at the config level.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
@gerfru
gerfru merged commit e820b42 into master Aug 13, 2026
5 checks passed
@gerfru
gerfru deleted the fix/markdownlint-md012-release-please branch August 13, 2026 12:35
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