Release Train - Definição do Glossário de CI/CD
Um release train entrega em um cronograma fixo; os recursos prontos até o corte saem, o resto pega o próximo trem.
Um release train entrega releases em um cronograma fixo, e quaisquer recursos que estejam prontos até o corte embarcam no trem, enquanto o trabalho não concluído aguarda o próximo. Ele torna o timing de release previsível.
O modelo elimina a negociação sobre datas individuais de release e depende de feature flags para manter o trabalho não concluído oculto na branch compartilhada.
Guias relacionados
Feature Flag - CI/CD Glossary DefinitionFeature Flag: A feature flag is a runtime toggle that turns a code path on or off without redeploying, lettin…
Semantic Versioning - CI/CD Glossary DefinitionSemantic Versioning: Semantic versioning (SemVer) formats a version as MAJOR.MINOR.PATCH, where MAJOR marks b…
Cherry-Pick - CI/CD Glossary DefinitionCherry-Pick: A cherry-pick applies a specific commit from one branch onto another without merging the whole b…