Changelog - CI/CD用語集の定義
changelogは、releaseごとに注目すべき変更(機能、修正、破壊的変更)を整理して順序立てた記録であり、通常はユーザーや連携者向けに CHANGELOG.md ファイルに保持されます。
自動化
ツールはrelease時にConventional Commitsからchangelogを生成し、エントリをtypeごとにグループ化するため、ファイルは一貫性を保ち、CIでの手動編集を必要としません。
関連ガイド
Conventional Commits - CI/CD Glossary DefinitionConventional Commits: Conventional Commits is a specification for commit message format, `type(scope): descri…
Semantic Release - CI/CD Glossary DefinitionSemantic Release: Semantic release is an automated release workflow that determines the next version number f…
Nightly Build - CI/CD Glossary DefinitionNightly Build: A nightly build is an automated build produced on a schedule (typically once per day) from the…