refactor: move gitea command into its own file
Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user