ChangelogExtensions.

GenerateChangelog(ICakeContext, string) Method

Summary

Generate a changelog using the local changelog.json configuration file but overrided with the given next version

Syntax

public static void GenerateChangelog(this ICakeContext context, string nextVersion)

Attributes

Type Description
CakeMethodAliasAttribute

Parameters

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

Return Value

Type Description
void