changelog

package
v0.0.0-...-e58bb6a Latest Latest
Warning

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

Go to latest
Published: Apr 19, 2024 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Change

type Change struct {
	types.Commit

	Type        string
	ReleaseNote string
}

type ChangeGroup

type ChangeGroup struct {
	Title   string
	Changes []Change
}

type Changelog

type Changelog struct {
	Version       string
	RepositoryURL string
	ChangeGroups  []ChangeGroup
}

type Generator

type Generator struct {
	// contains filtered or unexported fields
}

func NewGenerator

func NewGenerator(version string, repositoryURL string, commits []types.Commit) *Generator

func (*Generator) Generate

func (g *Generator) Generate() (*Changelog, error)

Jump to

Keyboard shortcuts

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