commands/changelog_command library
Command library for changelog generation operations.
Classes
- ChangelogCommand
-
Generates or previews the
Unreleasedchangelog section.
Typedefs
- ChangelogPrinter = void Function(Object? message)
-
GenerateUnreleasedSection
= Future<
String> Function() -
PersistUnreleasedSection
= Future<
void> Function(String section)