Polyrepo - CI/CD 用語集の定義
polyrepo レイアウトは、各サービスやライブラリに独自のリポジトリを与えるため、チームは独立した pipeline と release を得られます - ただし、複数のリポジトリにまたがる変更には、調整された PR が必要です。
関連ガイド
Monorepo - CI/CD Glossary DefinitionA monorepo keeps many projects in a single repository, sharing tooling and history. It eases cross-project ch…
Trunk-Based Development - CI/CD Glossary DefinitionTrunk-based development keeps everyone committing to one shared branch in small, frequent increments behind f…
Semantic Versioning - CI/CD Glossary DefinitionSemantic versioning numbers releases MAJOR.MINOR.PATCH so the version itself signals compatibility: breaking,…