Skip to content

ci: use git-cliff for nightly notes, dedup duplicate entries - #20

Merged
Orinks merged 3 commits into
devfrom
fix/cliff-nightly-and-dedup
Feb 25, 2026
Merged

ci: use git-cliff for nightly notes, dedup duplicate entries#20
Orinks merged 3 commits into
devfrom
fix/cliff-nightly-and-dedup

Conversation

@Orinks

@Orinks Orinks commented Feb 25, 2026

Copy link
Copy Markdown
Owner

Brings nightly release notes up to the same quality as stable releases, and prevents duplicate lines.

Changes

Nightlies: replace the raw git log grep (flat bullet list with commit hashes) with git-cliff, giving the same grouped ### Fixed / ### Added format.

Both nightly + stable: pipe git-cliff output through awk '!seen[$0]++' to deduplicate identical lines. This handles cases where multiple commits in a PR share the same subject (e.g. two fix commits with the same message produce the same bullet point).

Claudia added 3 commits February 25, 2026 16:25
- Switch nightly release notes from raw git log grep to git-cliff,
  matching the grouped ### Fixed / ### Added format of stable releases
- Pipe both nightly and stable output through awk to deduplicate
  identical lines (prevents the same commit message appearing twice
  when a PR has multiple commits with the same subject)
@Orinks
Orinks merged commit ca0238f into dev Feb 25, 2026
6 checks passed
@Orinks
Orinks deleted the fix/cliff-nightly-and-dedup branch February 25, 2026 17:30
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