Trunk-Based Development - CI/CD Glossary Definition
Trunk-based development has all developers integrate small changes into one shared branch (the trunk) frequently, using feature flags to hide unfinished work instead of long-lived branches.
Related guides
Feature Flag - CI/CD Glossary DefinitionA feature flag is a runtime switch that turns code paths on or off without redeploying, letting teams ship da…
Release Candidate - CI/CD Glossary DefinitionA release candidate is a build believed ready to ship, tagged for final testing. If no blocking defects surfa…
Continuous Integration (CI) - CI/CD Glossary DefinitionContinuous Integration (CI): **Continuous integration** is the practice of automatically building and testing…