churchtools / changelogger

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

Show specific release #84

Open obstschale opened 1 year ago

obstschale commented 1 year ago

Feature Request

Enhance show Command such that a specific release note will be output.

changelogger show v0.8.0 -> show release v0.8.0 in CHANGELOG.md

Feature Change

changelogger show will output unreleased changes as Markdown and not table anymore, to keep both outputs in same format.