multirepo

package
v0.1.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 23, 2026 License: MIT Imports: 11 Imported by: 0

Documentation

Overview

Package multirepo aggregates changelogs from multiple repositories into a single document.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func FormatAggregateMarkdown

func FormatAggregateMarkdown(results []RepoResult, showAuthor bool, useEmoji bool) []byte

Types

type AggregateOptions

type AggregateOptions struct {
	From       string
	To         string
	Filter     string
	Classify   bool
	Thresholds classify.Thresholds
}

type RepoResult

type RepoResult struct {
	Name    string
	Path    string
	Version string
	Report  render.Report
	Commits []commit.Commit
	Error   error
}

func Aggregate

func Aggregate(ctx context.Context, repoPaths []string, cfg config.Config, opts AggregateOptions) []RepoResult

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL