commands/changelog_command library

Command library for changelog generation operations.

Classes

ChangelogCommand
Generates or previews the Unreleased changelog section.

Typedefs

ChangelogPrinter = void Function(Object? message)
GenerateUnreleasedSection = Future<String> Function()
PersistUnreleasedSection = Future<void> Function(String section)