Release Candidate - CI/CD用語集の定義
release candidateは、出荷準備ができたと考えられ、実際のreleaseになる前に最終テストを受けるbuildで、ブロッカーが出なければそのまま変わりません。
release candidate (RC) は、releaseの準備ができたと考えられ最終テストにかけられるbuildです。ブロッキングの問題が出なければ、変更されずに出荷されるreleaseになります。
release candidateは最終検証のために特定のbuildを凍結します。1.4.0-rc.1、-rc.2のようにタグ付けすることで、動く標的ではなく、まさに出荷されるビットをチームがテストできます。
RCの命名
semantic versioningでは、release candidateは1.4.0-rc.1のようなpre-releaseです。最終的な1.4.0より下にソートされるため、package managerはデフォルトではインストールしません。
関連ガイド
Pre-release - CI/CD Glossary DefinitionPre-release: A pre-release is a version published before the final stable release (such as an alpha, beta, or…
Semantic Versioning - CI/CD Glossary DefinitionSemantic Versioning: Semantic versioning (SemVer) is a version scheme of MAJOR.MINOR.PATCH where MAJOR marks…
Go/No-Go Decision - CI/CD Glossary DefinitionGo/No-Go Decision: A go/no-go decision is a formal checkpoint where stakeholders decide whether a release is…