changelog

package
v0.108.0 Latest Latest
Warning

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

Go to latest
Published: Sep 25, 2025 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// Catalog is a map of github release where the
	// the id represents the repository owner, name and then
	// the range of releases
	// Catalog is an in memory cache to avoid multiple requests
	// to the github API
	Catalog map[string][]*github.RepositoryRelease
)

Functions

This section is empty.

Types

type Changelog

type Changelog struct {
	URL           string
	Owner         string
	Repository    string
	Token         string
	VersionFilter version.Filter
}

func (*Changelog) Search

func (c *Changelog) Search(from, to string) (result.Changelogs, error)

Search returns a list of changelogs, retrieved from a GitHub api, between two versions

Jump to

Keyboard shortcuts

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