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)