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 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