pub fn release_notes(
tag: &str,
commits: &[ConventionalCommit],
truncated: bool,
) -> StringExpand description
Render markdown release notes grouped by commit kind, listing breaking changes first and omitting empty sections.
pub fn release_notes(
tag: &str,
commits: &[ConventionalCommit],
truncated: bool,
) -> StringRender markdown release notes grouped by commit kind, listing breaking changes first and omitting empty sections.