Component
Scripts (GitHub Actions / Build)
Bug Description
The release-please action generates CHANGELOG.md content that violates markdown lint rules:
- MD012: Multiple consecutive blank lines between changelog sections
- MD004: Uses dash (-) for list markers instead of asterisks (*)
This causes PR #171 (release-please automated PR for v1.1.0) to fail the markdown-lint CI check.
Expected Behavior
Release-please PRs should pass all markdown lint checks without requiring post-processing or manual fixes.
Steps to Reproduce
- Push changes to main that trigger release-please
- Release-please creates/updates PR with CHANGELOG.md changes
- Markdown lint CI fails with MD004 and MD012 violations
Additional Context
Component
Scripts (GitHub Actions / Build)
Bug Description
The release-please action generates CHANGELOG.md content that violates markdown lint rules:
This causes PR #171 (release-please automated PR for v1.1.0) to fail the markdown-lint CI check.
Expected Behavior
Release-please PRs should pass all markdown lint checks without requiring post-processing or manual fixes.
Steps to Reproduce
Additional Context