# Functions
Inspects a list of Commits and transform each of them into Changes by extracting the semantic of the commit message.
Generates a markdown formatted Changelog based on Commits(Changes).
No description provided by the author
No description provided by the author
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
A file released alongside the changelog.
Change is an interpreted Commit.
No description provided by the author
Optional options for getting the commit history diff.
GenericIter traverses lists by the provided NextFunc.
Optional parameters for getting a tag.
No description provided by the author
A GithubReleaser makes use of Git to tag/release versions and the Github Rest API to post releases/changelogs.
No description provided by the author
Optional parameters for getting the history.
Optional parameters for releasing a version.
No description provided by the author
Optional parameters for tagging.
User specific static releaser settings.
No description provided by the author
# Interfaces
Iterator is an object that enables to traverse lists lazily.
A Releaser is capable of drafting and tagging of release versions and posting changelogs to external sources like scms.
A vcs Repository.