generated from PlexSheep/rs-base
automatic cargo CI changes
This commit is contained in:
parent
0d2ac7e163
commit
e62a0f3534
|
@ -24,10 +24,7 @@ impl Changelog {
|
|||
},
|
||||
};
|
||||
let git_log = Self::make_git_log(cfg)?;
|
||||
Ok(Changelog {
|
||||
message,
|
||||
git_log,
|
||||
})
|
||||
Ok(Changelog { message, git_log })
|
||||
}
|
||||
|
||||
fn make_git_log(cfg: &Config) -> Result<Option<String>> {
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
pub mod changelog;
|
||||
pub mod config;
|
||||
pub mod error;
|
||||
pub mod changelog;
|
||||
|
|
Loading…
Reference in New Issue