Creates a tag in the local repository and pushes it to the remote repository as well if desired using the git tag and push commands.
If the tag already exists, and is pushed, the operation will fail.
Inputs
Input Name | Input Code | Required | Description |
---|---|---|---|
Instance Code |
| Yes | The FlexDeploy SCM instance where Git properties are configured. |
Destination Subfolder |
| No | Path relative to the FD_TEMP_DIR of the local git repository. If not provided the temp directory will be used. |
Name |
| Yes | Name used for the Committer and Author values. |
| Yes | Email used for the Committer and Author values. | |
Tag Name |
| Yes | The name of the tag that is being created. |
Tag Message |
| No | A message to indicate why the tag was created. |
Do Not Push Tag |
| No | Select if you do not want the tag pushed to remote repository. By default the tag will be pushed. |
...