export interface NxReleasePublishExecutorSchema {
  moduleRoot?: string;
  dryRun?: boolean;
}
