Skip to main content

include/version_bump@commit_parser_Commit.hrl

-record(commit, {
    hash :: binary(),
    short_hash :: binary(),
    subject :: binary(),
    body :: binary(),
    author_name :: binary(),
    author_email :: binary(),
    committer_date :: binary()
}).