BeginnerVocabulary#developer-tools#backend#software-architecture

Conventional Commits Vocabulary

Learn the vocabulary of structured commit prefixes that a tool can parse to automate releases.

0 / 5 completed
1 / 5
At standup, a dev mentions writing every commit message with a structured prefix, like feat:, fix:, or chore:, specifically so a tool can parse that prefix later to automatically determine the next version bump and generate a changelog. What is this commit message convention called?