ChangelogDocument
type ChangelogDocument =
{
Name: string option
Preamble: string
Versions: ChangelogVersion list
}| Assembly | Nacara.Plugin.Changelog |
A parsed changelog.
Fields
Name: string option
Name: string optionWhat the file calls itself, from name: in its front matter.
EasyBuild.ShipIt writes and reads it the same way, so a changelog that already names itself for release notes names its page too.
Versions: ChangelogVersion list