Replace git-cliff with Release-Notes-based changelog generation #52
Labels
No labels
bug
contribution welcome
duplicate
enhancement
good first issue
help wanted
invalid
question
upstream
No milestone
No assignees
1 participant
Notifications
Due date
No due date set.
Reference
marvin8/fedinesia#52
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
git-cliff generates per-commit CHANGELOG entries that are noisy when multiple commits implement a single feature. Release-Notes.md already contains a curated bullet summary written at the right altitude. Replace the git-cliff call in the just release recipe with an awk snippet that extracts those bullets, and remove git-cliff from dev dependencies.
Plan: (1) remove git-cliff from pyproject.toml dev group and regenerate pylock.toml; (2) replace the uv run git-cliff line in the justfile release recipe with a bash awk snippet that extracts bullets from Release-Notes.md and prepends a keepachangelog heading to CHANGELOG.md. Pause-to-edit step unchanged. Verify by simulating the extraction against the current Release-Notes.md.