Function build_changelog

Source
pub fn build_changelog(
    cwd: &Path,
    cfg: &Config,
    history: &CommitHistory,
    opts: Option<ChangelogBuildOptions>,
) -> Result<Changelog, Error>
Expand description

Builds the changelog

ยงArguments

  • the origin is the origin name (origin by default)