This is part of the Fake.Core.ReleaseNotes module.

Changelog

Record Fields

Record FieldDescription
Description
Signature: string option

The description

Entries
Signature: ChangelogEntry list

The change log entries

Header
Signature: string

the header line

Unreleased
Signature: Unreleased option

The Unreleased section

Instance members

Instance memberDescription
x.LatestEntry
Signature: ChangelogEntry

the latest change log entry

x.PromoteUnreleased(version)
Signature: version:string -> Changelog
x.PromoteUnreleased(...)
Signature: (assemblyVersion:string * nugetVersion:string) -> Changelog

Static members

Static memberDescription
Changelog.New(...)
Signature: (header:string * description:string option * unreleased:Unreleased option * entries:ChangelogEntry list) -> Changelog