Summary
    Creates a Release using the specified and settings.
    
		- Namespace
- Cake.Common .Tools .GitReleaseManager .AddAssets 
- Containing Type
- GitRelease Manager Assets Adder 
Syntax
public void AddAssets(string token, string owner, string repository, string tagName, string assets, GitReleaseManagerAddAssetsSettings settings)Parameters
| Name | Type | Description | 
|---|---|---|
| token | string | The token. | 
| owner | string | The owner. | 
| repository | string | The repository. | 
| tagName | string | The tag name. | 
| assets | string | The assets to upload. | 
| settings | Git | The settings. | 
Return Value
| Type | Description | 
|---|---|
| void | 
