Replace git-cliff with Release-Notes-based changelog generation #53
No reviewers
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!53
Loading…
Reference in a new issue
No description provided.
Delete branch "refs/pull/53/head"
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?
Removes git-cliff from dev dependencies and replaces the uv run git-cliff call in just release with an awk snippet that extracts the curated bullet summary from Release-Notes.md. The resulting CHANGELOG entries are human-readable and match the altitude of what is already written for each release. The pause-to-edit step is preserved so the entry can be reviewed before committing.
Closes #52