# 変更履歴したい(``git cliff``) ```console $ brew install git-cliff $ git cliff --version git-cliff 2.2.2 $ git cliff WARN git_cliff > "cliff.toml" is not found, using the default configuration. # Changelog All notable changes to this project will be documented in this file. ## [unreleased] ### 🐛 Bug Fixes - *(geant4/geant4-install-mkdir.md)* ディレクトリ構造を整理した - *(geant4/geant4-install-make.md)* Make install の手順を整理した - *(altair/altair-layer.md)* 重ね書きする方法を整理した ... ``` ``git-cliff``でコミットログから変更履歴を自動で生成できます。 変更履歴はデフォルトで標準出力に表示されます。 ## 設定ファイルを初期化する ```console $ git cliff --init INFO git_cliff > Saving the configuration file to "cliff.toml" $ less cliff.toml ``` ``git cliff --init``コマンドで設定ファイルを生成できます。 設定ファイル名は``cliff.toml``で、既存の環境に簡単に共存させることができます。 また、デフォルトである程度の設定が書き込まれているため、 公式ドキュメントを参考にして、容易にカスタマイズできそうです。