Note: This API documentation is for FAKE version 4. The migration API documentation can be found
here. The API documentation for the new fake 5 modules can be found
here
ChangeLog
Record Fields
Record Field | Description |
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 member | Description |
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 member | Description |
ChangeLog.New(entries)
Signature: (entries:ChangeLogEntry list) -> ChangeLog
|
|
ChangeLog.New(...)
Signature: (description:string option * unreleased:Unreleased option * entries:ChangeLogEntry list) -> ChangeLog
|
|
ChangeLog.New(...)
Signature: (header:string * description:string option * unreleased:Unreleased option * entries:ChangeLogEntry list) -> ChangeLog
|