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.Git.
Summary
Applys tagName to repository as annotated tag.
Syntax
public static void GitTag(this ICakeContext context, DirectoryPath repositoryDirectoryPath, string tagName, string name, string email, string message)
Examples
Attributes
Type |
Description |
CakeMethodAliasAttribute |
|
CakeAliasCategoryAttribute |
|
Parameters
Name |
Type |
Description |
context |
ICakeContext |
The context. |
repositoryDirectoryPath |
DirectoryPath |
Path to repository. |
tagName |
string |
The tag name. |
name |
string |
Name of committer. |
email |
string |
Email of committer. |
message |
string |
Commit message. |
Return Value