# Functions
CheckMode examines the context to determine what mode to use when performing linter checks.
GetPropertyChangelogFile gets the name of the changelog file from the configuration or returns the default value.
LintChangelog performs a check to ensure the changelog is ready for release.
# Constants
DefaultChangelog is the changelog file path to use when none is configured.
No description provided by the author
# Structs
InfoChangelogTask implements the /info/release/description task, which describes either the current release or the release named in info.version.
LintChangelogTask implements the /lint/changelog task.
Plugin is the plugin.Interface implementation for handling various changelog-related tasks.
ReleaseMintTask is the implementation of the /release/mint/changelog task.
ReleasePublishTask implements the /release/publish/changelog task.