PrepareReleaseCommand constructor
PrepareReleaseCommand({
- required Printer printer,
- required NextVersionCommand nextVersionCommand,
- required RemoteTagIdCommand remoteTagIdCommand,
- required ChangelogCommand changelogCommand,
- required UpdateVersionCommand updateVersionCommand,
Implementation
PrepareReleaseCommand({
required this.printer,
required this.nextVersionCommand,
required this.remoteTagIdCommand,
required this.changelogCommand,
required this.updateVersionCommand,
}) {
argParser.addFlag(
'writeSummary',
abbr: 'w',
help:
'Writes release information to files (VERSION.txt and RELEASE_SUMMARY.txt)',
);
}