This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see
Cake.igloo15.ChangelogGenerator.
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