OBSOLETE
FAKE0001 Use the Fake.Core.ReleaseNotes module instead
ReleaseNotesHelper
Contains helpers which allow to parse Release Notes text files. Either "simple" or "complex" format is accepted.
Formats
Simple format
1: 2: |
|
Complex format
1: 2: 3: 4: 5: 6: 7: 8: 9: 10: |
|
Sample
1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: 13: |
|
Nested types and modules
Type | Description |
ReleaseNotes |
OBSOLETEFAKE0001 Use the Fake.Core.ReleaseNotes module instead Contains the parsed information of the release notes text file. |
Functions and values
Function or value | Description |
LoadReleaseNotes(fileName)
Signature: fileName:string -> ReleaseNotes
Attributes: [<Obsolete("FAKE0001 Use the Fake.Core.ReleaseNotes module instead")>] |
OBSOLETEFAKE0001 Use the Fake.Core.ReleaseNotes module instead Parses a Release Notes text file and returns the lastest release notes. Parameters
|
parseAllReleaseNotes(data)
Signature: data:seq<string> -> ReleaseNotes list
Attributes: [<Obsolete("FAKE0001 Use the Fake.Core.ReleaseNotes module instead")>] |
OBSOLETEFAKE0001 Use the Fake.Core.ReleaseNotes module instead Parses a Release Notes text and returns all release notes. Parameters
|
parseDate
Signature: string -> DateTime option
Attributes: [<Obsolete("FAKE0001 Use the Fake.Core.ReleaseNotes module instead")>] |
OBSOLETEFAKE0001 Use the Fake.Core.ReleaseNotes module instead |
parseReleaseNotes(data)
Signature: data:seq<string> -> ReleaseNotes
Attributes: [<Obsolete("FAKE0001 Use the Fake.Core.ReleaseNotes module instead")>] |
OBSOLETEFAKE0001 Use the Fake.Core.ReleaseNotes module instead Parses a Release Notes text and returns the lastest release notes. Parameters
|
parseVersions
Signature: string -> Match * Match
Attributes: [<Obsolete("FAKE0001 Use the Fake.Core.ReleaseNotes module instead")>] |
OBSOLETEFAKE0001 Use the Fake.Core.ReleaseNotes module instead |