Version Pinning - CI/CD用語集の定義
version pinningは依存関係を浮動範囲ではなく1つの正確なバージョンに固定するため、すべてのbuildが同じartifactを解決し、upstreamの更新が意図的なbumpなしにCIを壊すことができなくなります。
関連ガイド
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…