Version Pinning - CI/CD Glossary Definition
Version pinning fixes a dependency to one exact version instead of a floating range, so every build resolves the same artifacts and an upstream update cannot break CI without a deliberate bump.
Related guides
Breaking Change - CI/CD Glossary DefinitionA breaking change forces consumers to update their code or config - a removed API or changed contract - and t…
Changelog Generation - CI/CD Glossary DefinitionChangelog generation builds a release’s human-readable list of changes automatically from commit messages or…
Conventional Commit - CI/CD Glossary DefinitionA conventional commit follows a structured message like feat: or fix:, letting tooling derive changelogs and…