changeset

package
v2.933.0 Latest Latest
Warning

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

Go to latest
Published: Aug 26, 2026 License: AGPL-3.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

View Source
const Dir = ".changesets"

Variables

This section is empty.

Functions

func DeleteAll

func DeleteAll() error

func NewID

func NewID() string

func Write

func Write(cs *Changeset) (string, error)

Types

type Changeset

type Changeset struct {
	ID          string   `yaml:"id"`
	Features    []string `yaml:"features"`
	Targets     []string `yaml:"targets"`
	Type        string   `yaml:"type"`
	Bump        string   `yaml:"bump"`
	Description string   `yaml:"description"`
	Author      string   `yaml:"author"`
	Date        string   `yaml:"date"`
}

func ReadAll

func ReadAll() ([]*Changeset, error)

Jump to

Keyboard shortcuts

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