method ChangelogGenerator.prototype.insertNewEntry
ChangelogGenerator.prototype.insertNewEntry(
existingContent: string,
newEntry: string,
): string

Insert new entry into existing changelog

Parameters

existingContent: string
newEntry: string

Return Type

string

Usage

import { ChangelogGenerator } from ".";