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

Groups as list #61

Closed djschilling closed 2 years ago

djschilling commented 3 years ago

Adds a new config option groupsAsList.

If set to true the groups are rendered as lists and changelog entries are rendered as sublists.

Example:

<!-- CHANGELOGGER -->
## [v1.0.0] - {$today}
### New feature (1 change)
- **Wiki**
  - Feature 1 added

This merge request depends on https://github.com/churchtools/changelogger/pull/57 on should be merged after.