package
0.0.0-20220919222130-e4ae55815c36
Repository: https://github.com/cucumber/changelog.git
Documentation: pkg.go.dev

# Functions

ChangeTypeFromString creates a type based on its string name.
ChangeTypeFromString creates a type based on its string name.
NewChangeList creates a ChangeList struct based on the informed type.
NewChangelog creates the Changelog struct.
NewEmptyChangelog creates the Changelog struct with default Preamble and Unreleased section.

# Constants

Change types.
Change types.
Change types.
Change types.
Change types.
Change types.
Change types.

# Structs

ChangeList groups the changes by type Valid change types are "Added", "Changed", "Deprecated", "Fixed", "Removed" and "Security".
Changelog is the main struct that holds all the data in a format specific to the spec.
Item holds the change itself.
Version stores information about the version being defined and its sections.

# Type aliases

ChangeType is the type of the changes.