pub fn generate_commit_msg( commit_type: String, scope: Option<String>, summary: String, body: Option<String>, is_breaking_change: bool, ) -> Result<String>
Generates the commit message