automatic cargo CI changes

This commit is contained in:
PlexSheep 2024-01-27 22:31:06 +00:00 committed by github-actions[bot]
parent 0d2ac7e163
commit e62a0f3534
2 changed files with 2 additions and 5 deletions

View File

@ -24,10 +24,7 @@ impl Changelog {
}, },
}; };
let git_log = Self::make_git_log(cfg)?; let git_log = Self::make_git_log(cfg)?;
Ok(Changelog { Ok(Changelog { message, git_log })
message,
git_log,
})
} }
fn make_git_log(cfg: &Config) -> Result<Option<String>> { fn make_git_log(cfg: &Config) -> Result<Option<String>> {

View File

@ -1,3 +1,3 @@
pub mod changelog;
pub mod config; pub mod config;
pub mod error; pub mod error;
pub mod changelog;