ChangelogExtensions.

GenerateChangelog(ICakeContext, ChangelogSettings) Method

Summary

Generate a changelog with the given settings

Syntax

public static void GenerateChangelog(this ICakeContext context, ChangelogSettings settings)

Attributes

Type Description
CakeMethodAliasAttribute

Parameters

Name Type Description
context ICakeContext The Cake Context
settings ChangelogSettings The settings to generate with

Return Value

Type Description
void