Manage a git tag on GitHub
To declare this entity in your AWS CloudFormation template, use the following syntax:
{ "Type" : "GitHub::Git::Tag", "Properties" : { "Owner" : String, "Repository" : String, "Tag" : String, "Sha" : String, "Force" : Boolean } }
Type: GitHub::Git::Tag Properties: Owner: String Repository: String Tag: String Sha: String Force: Boolean
The account owner of the repository. The name is not case sensitive.
Required: Yes
Type: String
Update requires: Replacement
The name of the repository. The name is not case sensitive.
Required: Yes
Type: String
Update requires: Replacement
The name of git tag.
Required: Yes
Type: String
Update requires: Replacement
The SHA1 value for this reference.
Required: Yes
Type: String
Update requires: No interruption
Indicates whether to force the update or to make sure the update is a fast-forward update. Leaving this out or setting it to false will make sure you're not overwriting work. This is used only during updates
Required: No
Type: Boolean
Update requires: No interruption