package
0.1.7
Repository: https://github.com/gardenbed/changelog.git
Documentation: pkg.go.dev

# Functions

Default returns specfications with default values.

# Constants

GroupingLabel groups changes by labels.
GroupingMilestone groups changes by milestones.
GroupingSimple groups changes in simple lists.
PlatformGitHub represents the GitHub platform.
PlatformGitLab represents the GitLab platform.
SelectionAll selects all changes.
SelectionLabeled selects only those changes that have are labeled.
SelectionNone does not select any changes.

# Structs

Content has the specifications for the content of changelogs.
General has the general specifications.
Issues has the specifications for fetching, flitering, and grouping issues.
LabelGroup represents a group of issues or merges characterized by a set of labels.
Merges has the specifications for fetching, flitering, and grouping pull/merge requests.
Repo has the specifications for a git repository.
Spec has all the specifications required for generating a changelog.
Tags has the specifications for identifying git tags.

# Type aliases

Grouping determnies how changes are grouped together.
Platform is the platform for managing a Git remote repository.
Selection determines how changes should be selected for a changelog.