GitOps.Commit (Git Ops v2.8.0)
View SourceManages the structure, parsing, and formatting of commits.
Using parse/1
you can parse a commit struct out of a commit message
Using format/1
you can format a commit struct in the way that the
changelog expects.
Summary
Functions
Formats the author information as a GitHub username. If a GitHub username is provided, uses that with @ prefix. If the email is a GitHub noreply email, extracts the username. Otherwise, just uses the author name.
Types
Functions
Formats the author information as a GitHub username. If a GitHub username is provided, uses that with @ prefix. If the email is a GitHub noreply email, extracts the username. Otherwise, just uses the author name.