new_release
Create an annotated git tag and push it to the remote. Returns the tag name and target commit SHA.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | No | Annotation message for the tag. | |
| tagName | No | Tag name, e.g. v1.2.0. | |
| remoteName | No | Remote to push to. Default origin. | origin |
| workingDirectory | No | Git repo path. Default current directory. | . |