refactor: release command

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2023-08-01 17:47:21 +02:00
parent 5be71b1af6
commit e6f84f744d
4 changed files with 153 additions and 67 deletions

View File

@@ -94,7 +94,7 @@ impl Command {
match &self.commands {
Some(Commands::Release {}) => {
ReleaseCommandHandler::new(config, git_client, gitea_client)
ReleaseCommandHandler::new(self.ui, config, git_client, gitea_client)
.execute(self.global.dry_run)?;
}
Some(Commands::Config { command }) => {