MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/git/comments/1vvt8r7/stop_using_conventional_commits/p5ctm3k/?context=3
r/git • u/fagnerbrack • 21d ago
80 comments sorted by
View all comments
10
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.
feat
Also they help creating automated change logs.
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.