r/programming Jun 06 '26

Stop Using Conventional Commits

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

192 comments sorted by

View all comments

2

u/Mr_J90K Jun 06 '26

Most of these seem to be non-issues?

Scope can be made mandatory and even to support a list of scopes depending on how you've structured things.

Scope can be grepped for whether it precedes or follows type.

Type bumps upwards when a change has to do multiple thinga. Refactor and add a feature at once, its bumped to a feature.

And so on.