ConfigGenerator

What is Conventional Commits?

Definition of the Conventional Commits specification for Git.

Definition

Conventional Commits is a standardized specification for formatting Git commit messages. It requires messages to be prefixed with a type (like feat, fix, docs) and an optional scope.

\n

Purpose

By standardizing the format, it allows machines and scripts to easily parse Git history. This enables automated semantic versioning and changelog generation.