Skip to content

Commit Helpers

Utility functions for working with commit operations.

FunctionDescription
analyzeCommitsAnalyses a list of commits to suggest a semantic version bump.
buildConventionalCommitRegexBuilds a regular expression matching the subject line of a Conventional Commits message.
isConventionalCommitChecks whether a commit message’s subject line follows the Conventional Commits format constrained by the given options.
parseConventionalCommitParses a Conventional Commits message into a structured object.