ReleaseCommand constructor
ReleaseCommand()
Implementation
ReleaseCommand() : super('release', 'App release commands') {
addSubcommand(StartReleaseCommand());
}
ReleaseCommand() : super('release', 'App release commands') {
addSubcommand(StartReleaseCommand());
}