readChangelog

Reads a single changelog file.

An entry consists of a title line, a blank separator line and the description

ChangelogEntry
readChangelog
(
string filename
,
string repoName
)

Parameters

filename
Type: string

changelog file to be parsed

repoName
Type: string

origin repository that contains the changelog entry

Return Value

The parsed ChangelogEntry

Meta