Skip to content

ci: include build, style, and revert commits in generated release notes#329

Merged
Vulthil merged 1 commit into
mainfrom
ci/cliff-release-note-parsers
Jul 19, 2026
Merged

ci: include build, style, and revert commits in generated release notes#329
Vulthil merged 1 commit into
mainfrom
ci/cliff-release-note-parsers

Conversation

@Vulthil

@Vulthil Vulthil commented Jul 19, 2026

Copy link
Copy Markdown
Owner

Summary

git-cliff omits conventional commits that match no parser, and the parser list covered only feat/fix/docs/perf/refactor/test/chore/ci - every build:-typed commit (all dependabot dependency bumps among them) and any style:/revert: commit was silently dropped from generated release notes. This adds the three missing parsers so the upcoming release notes include the dependency updates shipped in this cycle.

Verification

  • Config-only change; groups follow the existing naming style and render through the unchanged body template.
  • The parser regexes mirror the existing entries (^build, ^style, ^revert).

Backport to v1.0: yes (label) - release notes generate from the releasing branch's cliff.toml, so a future advisory-driven 1.0.x release needs the same parsers.

@claude

claude Bot commented Jul 19, 2026

Copy link
Copy Markdown

Code review

No issues found. Checked for bugs and CLAUDE.md compliance.

@Vulthil Vulthil added the backport v1.0 Backport this PR to the v1.0 servicing branch label Jul 19, 2026
@Vulthil
Vulthil merged commit 7f76dfe into main Jul 19, 2026
7 checks passed
@Vulthil
Vulthil deleted the ci/cliff-release-note-parsers branch July 19, 2026 19:04
@Vulthil

Vulthil commented Jul 19, 2026

Copy link
Copy Markdown
Owner Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport v1.0 Backport this PR to the v1.0 servicing branch

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant