Changelog - Definição do Glossário CI/CD
Um changelog é um registro, versão por versão, das mudanças notáveis de um projeto, geralmente mantido em CHANGELOG.md.
Um changelog é um registro cronológico, versão por versão, das mudanças notáveis de um projeto, normalmente mantido em um arquivo CHANGELOG.md agrupado por release.
Um changelog acompanha o histórico de um projeto ao longo dos releases. A convenção Keep a Changelog agrupa entradas sob cabeçalhos como Added, Changed, Fixed e Removed para cada versão.
Changelog vs release notes
Um changelog é o histórico completo em execução no repositório; as release notes são o resumo refinado, por release, mostrado aos usuários. Muitas equipes geram release notes a partir do changelog.
Guias relacionados
Release Notes - CI/CD Glossary DefinitionRelease Notes: Release notes are a human-readable summary of what changed in a release: new features, fixes,…
Semantic Versioning - CI/CD Glossary DefinitionSemantic Versioning: Semantic versioning (SemVer) is a version scheme of MAJOR.MINOR.PATCH where MAJOR marks…
Version Bump - CI/CD Glossary DefinitionVersion Bump: A version bump is the act of incrementing a project version number (major, minor, or patch) to…