Skip to main content

release_notes

Function release_notes 

Source
pub fn release_notes(
    tag: &str,
    commits: &[ConventionalCommit],
    truncated: bool,
) -> String
Expand description

Render markdown release notes grouped by commit kind, listing breaking changes first and omitting empty sections.