readTextChanges

Looks for changelog files (ending with .dd) in a directory and parses them.

readTextChanges
(
,
string repoName
)

Parameters

changelogDir
Type: string

directory to search for changelog files

repoName
Type: string

origin repository that contains the changelog entry

Return Value

Type: auto

An InputRange of ChangelogEntrys

Meta