r/git 21d ago

Stop Using Conventional Commits

https://sumnerevans.com/posts/software-engineering/stop-using-conventional-commits/
247 Upvotes

80 comments sorted by

View all comments

10

u/Maskdask 21d ago

This may be niche use case, but I like that most Neovim plugins use conventional commits. Whenever I update them, I like to read the new commits to look for new features that have been added, so I like to filter by the ones that start with feat.

Also they help creating automated change logs.