# 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.