Conventional Commit - Definição do Glossário de CI/CD
Um conventional commit usa o formato de mensagem type(scope): description (feat:, fix:, chore:). Ferramentas analisam esses padrões para gerar changelogs automaticamente e calcular a próxima versão semântica.
Guias relacionados
Changelog Generation - CI/CD Glossary DefinitionChangelog generation builds a release’s human-readable list of changes automatically from commit messages or…
Release Notes - CI/CD Glossary DefinitionRelease notes summarize what changed in a version for users - features, fixes, breaking changes - often gener…
Breaking Change - CI/CD Glossary DefinitionA breaking change forces consumers to update their code or config - a removed API or changed contract - and t…