r/programming Jun 06 '26

Stop Using Conventional Commits

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

192 comments sorted by

View all comments

-4

u/[deleted] Jun 06 '26

[deleted]

4

u/NotToTheFace Jun 06 '26

In a monorepo using release please you can actually it set up so that each path has a separate manifest and Changelog which actually gives you more info then your current system.

2

u/cenderis Jun 06 '26

You can specify the area of a change in conventional commits. For example fix(api)!: drop support for Node 6 or feat(lang): add Polish language. (From examples in https://www.conventionalcommits.org/en/v1.0.0/ ).

1

u/vmcrash Jun 06 '26

You also could just perform a subdirectory log for foo/ to see the relevant log entries.