nesosukeの日記

メモするやつ

VSCode拡張「Conventional Commits」を導入してしばらく経った.

これは何? → VSCode拡張機能
コミットメッセージをちょっとまともにしてくれるやつ.

fixとだけ書いて結局なんなの?が減る...気がする.
コミットタイプの選び方で迷う場面があり,雑にfeatを選んでしまっている...

とはいえ,多少どんな種類のコミットをしようとしているのか意識するようになってきた気がする.

The Conventional Commits specification is a lightweight convention on top of commit messages. It provides an easy set of rules for creating an explicit commit history; which makes it easier to write automated tools on top of. This convention dovetails with SemVer, by describing the features, fixes, and breaking changes made in commit messages.

www.conventionalcommits.org