Changelog - Definição do Glossário CI/CD
Um changelog é um registro curado e ordenado de mudanças notáveis por release (recursos, correções, mudanças incompatíveis), geralmente mantido em um arquivo CHANGELOG.md para usuários e integradores.
Automação
Ferramentas geram changelogs a partir de Conventional Commits no momento do release, agrupando entradas por type para que o arquivo permaneça consistente e não exija edição manual no CI.
Guias relacionados
Conventional Commits - CI/CD Glossary DefinitionConventional Commits: Conventional Commits is a specification for commit message format, `type(scope): descri…
Semantic Release - CI/CD Glossary DefinitionSemantic Release: Semantic release is an automated release workflow that determines the next version number f…
Nightly Build - CI/CD Glossary DefinitionNightly Build: A nightly build is an automated build produced on a schedule (typically once per day) from the…