ReleaseNotesParser.

Parse(string) Method

Summary

Parses all release notes.
Namespace
Cake.Common
Containing Type
ReleaseNotesParser

Syntax

public IReadOnlyList<ReleaseNotes> Parse(string content)

Parameters

Name Type Description
content string The content.

Return Value

Type Description
IReadOnlyList<ReleaseNotes> All release notes.