churchtools / changelogger

CLI Tool for creating consistent and committable changelog entries.
https://churchtools.github.io/changelogger/
Apache License 2.0
32 stars 9 forks source link

Custom Field #8

Closed obstschale closed 5 years ago

obstschale commented 5 years ago

It should be possibel to define a custom field in the config file (#4), which adds an additional category to a log entry.

Some projects are so large, that they are splittet into many modules and this allows to categorize changes in those modules.

The user should provide an array of possible options (e.g. module names) and the build command should group changes into those categories like so:

### Added

#### Module A

* added feature

#### Module B

* added feature B