Conventional Commit - CI/CD用語集の定義
conventional commitはtype(scope): descriptionというメッセージ形式(feat:、fix:、chore:)を使用します。ツールはこれらを解析してchangelogを自動生成し、次のセマンティックバージョンを計算します。
関連ガイド
Changelog Generation - CI/CD Glossary DefinitionChangelog generation builds a release’s human-readable list of changes automatically from commit messages or…
Release Notes - CI/CD Glossary DefinitionRelease notes summarize what changed in a version for users - features, fixes, breaking changes - often gener…
Breaking Change - CI/CD Glossary DefinitionA breaking change forces consumers to update their code or config - a removed API or changed contract - and t…