Polyrepo - CI/CD Glossary Definition
A polyrepo layout gives each service or library its own repository, so teams get independent pipelines and releases - but a change spanning several repos needs coordinated PRs.
Related guides
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,…