ChangelogExtensions.

GenerateTestChangelog(ICakeContext, string) Method

Summary

Generate a test changelog using the local changelog.json configuration file but optionally override with next version

Syntax

public static void GenerateTestChangelog(this ICakeContext context, string nextVersion = null)

Attributes

Type Description
CakeMethodAliasAttribute

Parameters

Name Type Description
context ICakeContext The Cake Context
nextVersion string The next version for the unreleased changelog items optional

Return Value

Type Description
void