| ▲ | radlad 3 hours ago | |
This sounds like what regular commit messages do. How are conventional commits specifically helpful? | ||
| ▲ | d0mine 3 hours ago | parent [-] | |
Conventional commits (especially with git emojis) show at a glance the blast radius of the change (eg whether it breaks the product itself or just some internal dev tools). Emojis help immensely when looking at dozens of commits at a time. | ||