|
|
|
|
|
by skrebbel
2459 days ago
|
|
On come on, this entire "spec" can be summarized in two sentences. It can be validated with a 13 character regex. I share some of your sentiment though: I feel like the biggest reason to enforce a style like this is not for "machine readable commit messages" (I mean, why?), but to encourage people to split refactors and features in separate commits. This makes it easier to understand what's going on later. I think this site should've begun with that, and left the spec as a footnote. |
|
We use this in our lerna monorepo and it works like a charm as the CI can just bump whatever packages based on the paths and commit messages.