refactor: rename release command

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2023-08-01 17:12:24 +02:00
parent b13e3916f6
commit aeaffb775e
2 changed files with 4 additions and 4 deletions

View File

@@ -8,13 +8,13 @@ use cuddle_please_misc::{
NextVersion, VcsClient,
};
pub struct ReleaseCommand {
pub struct ReleaseCommandHandler {
config: PleaseConfig,
git_client: VcsClient,
gitea_client: DynRemoteGitClient,
}
impl ReleaseCommand {
impl ReleaseCommandHandler {
pub fn new(
config: PleaseConfig,
git_client: VcsClient,