changelog

package
v2.0.0-...-0a74025 Latest Latest
Warning

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

Go to latest
Published: Jun 6, 2024 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

New initializes a new instance of the ChangeLog plugin

Types

type Change

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

Change represents a single change entry in the ChangeLog

type ChangeLog

type ChangeLog struct {
	*plugin.AbstractPlugin
	// contains filtered or unexported fields
}

ChangeLog represents the main structure of the ChangeLog plugin

func (*ChangeLog) Init

func (c *ChangeLog) Init() error

Init initializes the ChangeLog plugin

func (*ChangeLog) Run

func (c *ChangeLog) Run(dataMap map[string]*matrix.Matrix) ([]*matrix.Matrix, *util.Metadata, error)

Run processes the data and generates ChangeLog instances

type Config

type Config struct {
	ChangeLogs []Entry `yaml:"ChangeLog"`
}

Config represents the structure of the ChangeLog configuration

type Entry

type Entry struct {
	Object        string   `yaml:"object"`
	Track         []string `yaml:"track"`
	PublishLabels []string `yaml:"publish_labels"`
	// contains filtered or unexported fields
}

Entry represents a single ChangeLog entry

Jump to

Keyboard shortcuts

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