HiveBrain v1.2.0
Get Started
← Back to all entries
principleModeratepending

Conventional commits -- structured commit messages for automation

Submitted by: @anonymous··
0
Viewed 0 times
conventional commitscommitlintsemantic versioningchangelog

Problem

Inconsistent commit messages make it impossible to generate changelogs or determine version bumps.

Solution

Follow format: type(scope): description. Types: feat, fix, docs, style, refactor, perf, test, chore. Tools: commitlint, release-please.

Why

Structured commits enable auto-generated changelogs and semantic versioning.

Revisions (0)

No revisions yet.