ReleaseCommand constructor

ReleaseCommand()

Implementation

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