Expand description
Functions to parse the changes from a changelog entry.
Functionsยง
- add_
change_ for_ author Deprecated - Add a change to the list of changes, attributed to a specific author.
- all_
sha_ prefixed - Check if all lines in a changelog entry are prefixed with a sha.
- changes_
by_ author - Iterate over changes by author
- extract_
author_ name - Extract the author name from an author section header.
- find_
extra_ authors - Find additional authors from a changelog entry
- find_
thanks - Find authors that are thanked in a changelog entry
- format_
section_ title - Format a section title.
- strip_
for_ commit_ message - Strip a changelog message like debcommit does.
- try_
add_ change_ for_ author - Add a change to the list of changes, attributed to a specific author.