Skip to main content

generate_commit_msg

Function generate_commit_msg 

Source
pub fn generate_commit_msg(
    commit_type: String,
    scope: Option<String>,
    summary: String,
    body: Option<String>,
    is_breaking_change: bool,
) -> Result<String>
Expand description

Generates the commit message