- Notifications
You must be signed in to change notification settings - Fork262
Closed
Milestone
Description
Description
Hey ✋🏻 First of all, thanks for such a great project! 💚
Changelog summarizes changes grouped by types - in the case of the Angular scheme, the type is simply the semantic prefix of the message:ci,chore,feat, etc. Within the given type, all the commits are listed with the prefix repeated, like that:
>###Fix>* fix: resolve hofix>* fix: fix another bug
so, the prefix is repeated for each commit. I think that removing commit types (and capitalizing the subject) would result in a cleaner CHANGELOG:
>###Fix>* Resolve hofix>* Fix another bug
Use cases
Removing prefixes will reduce redundancy.
Possible implementation
This issue is to share my idea. I don't know how to implement it, I haven't dug into the codebase yet...