Module debcommit

Source
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.