Breaking Change - CI/CD用語集の定義
breaking changeはパブリックな契約を変更し、既存の消費者が動作を維持するために変更を強いられるようにします - 削除されたエンドポイント、名前が変更されたフィールド、新しい必須引数など。これはmajorバージョンのbumpに値します。
関連ガイド
Version Pinning - CI/CD Glossary DefinitionVersion pinning locks a dependency to an exact version so builds are reproducible and an upstream release can…
Release Notes - CI/CD Glossary DefinitionRelease notes summarize what changed in a version for users - features, fixes, breaking changes - often gener…
Migration (Schema) - CI/CD Glossary DefinitionA schema migration is a versioned, scripted change to a database structure, applied in order so every environ…