changelog

package
v0.52.0 Latest Latest
Warning

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

Go to latest
Published: Sep 15, 2025 License: Apache-2.0 Imports: 5 Imported by: 1

Documentation

Index

Constants

View Source
const (
	KindToBeIgnored
)

Variables

This section is empty.

Functions

func GetGitLogs

func GetGitLogs(previousVersion string) []string

func InjectEntries

func InjectEntries(buffer *bytes.Buffer, entries []string, catalogEntry string)

Types

type Changelog

type Changelog struct {
	Features        []string
	Enhancements    []string
	BugFixes        []string
	BreakingChanges []string
	Docs            []string
	Unknown         []string
}

func New

func New(entries []string) *Changelog

func (*Changelog) GenerateChangelog

func (c *Changelog) GenerateChangelog() string

Jump to

Keyboard shortcuts

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