Expand description
Functions for creating commits with debcommit-like behavior.
Enums§
- Error
- Errors that can occur when creating a commit.
Functions§
- changelog_
changes - Find changes in a changelog file.
- changelog_
commit_ message - Create a commit message based on the new entries in changelog.
- debcommit
- Create a git commit with message based on the new entries in changelog.
- debcommit_
release - Create a commit with a tag for a release.
- new_
changelog_ entries - Find newly added changelog entries.
- strip_
changelog_ message - Strip a changelog message like debcommit does.