refactor: move gitea command into its own file

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2023-08-01 17:11:59 +02:00
parent ae9073bf0b
commit b13e3916f6
6 changed files with 117 additions and 105 deletions

View File

@@ -28,7 +28,7 @@ impl ReleaseCommand {
}
pub fn execute(&self, dry_run: bool) -> anyhow::Result<()> {
tracing::debug!("running bare command");
tracing::debug!("running command: release");
let owner = self.config.get_owner();
let repository = self.config.get_repository();
let branch = self.config.get_branch();