create_git_tag
Generate a new Git tag for a specified repository, optionally including an annotated message, to organize and mark specific points in the project history.
Instructions
Create a new git tag in the repository
Input Schema
Name | Required | Description | Default |
---|---|---|---|
message | No | ||
repo_name | Yes | ||
tag_name | Yes |