Open
Description
Is your feature request related to a problem? Please describe.
not really
Describe the solution you'd like
Currently, Changie supports a standard changelog format, but I'm interested in having additional formatting options to cater to different project structures (monorepo). Specifically, I propose two new formats:
Plugin/Module-Centric Format:
## Plugin-name
## Plugin-name/Module-name
### Added
- Thing added
- Thing added
### Fixed
- Thing fixed
- Thing fixed
or
Category-Centric Format with Module Reference:
### Added
- Module1: Thing added
- Module2: Thing added
### Fixed
- Module1: Thing fixed
- Module2: Thing fixed
Describe alternatives you've considered
Each project have their own changelog, run changie batch
as normal, but replace changie merge
with a custom script
Additional context
Closed the other two ticket since they are no longer applicable.
Activity