Release Engineering - Definição do Glossário CI/CD
Engenharia de release é a disciplina de tornar o build, o empacotamento e o release do software reprodutíveis, confiáveis e automatizados, cobrindo versionamento, criação de artifact e mecânica de deploy.
No CI/CD
A engenharia de release é dona da parte do pipeline após os testes passarem: produzir um artifact versionado e imutável, marcá-lo com tag e promover exatamente o mesmo artifact por cada ambiente.
Guias relacionados
Immutable Artifact - CI/CD Glossary DefinitionImmutable Artifact: An immutable artifact is a build output that is created once, given a unique version, and…
Deployment Pipeline - CI/CD Glossary DefinitionDeployment Pipeline: A deployment pipeline, a term from the book Continuous Delivery, is the automated path a…
Gitflow - CI/CD Glossary DefinitionGitflow: Gitflow is a branching model, introduced by Vincent Driessen, that uses long-lived `main` and `devel…