Trunk-Based Development - CI/CD用語集の定義
Trunk-based development は、すべての開発者が小さな変更を 1 つの共有ブランチ (trunk) に頻繁に統合し、長命なブランチの代わりに feature flag を使って未完成の作業を隠す手法です。
関連ガイド
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…