Binary package “scriv” in ubuntu noble

Command-line changelog management tool

 Command-line tool for helping developers maintain useful changelogs.
 It manages a directory of changelog fragments. It aggregates them into entries
 in a CHANGELOG file.
 .
 Scriv writes changelog fragments into a directory called "changelog.d". Start
 by creating this directory.
 .
 To make a new changelog fragment, use the 'scriv create' command. It will
 make a new file with a filename using the current date and time, your GitHub
 or Git user name, and your branch name. Changelog fragments should be
 committed along with all the other changes on your branch.
 .
 When it is time to release your project, the 'scriv collect' command
 aggregates all the fragments into a new entry in your changelog file.