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