Create release
gitlab_create_releasePublish a GitLab release for a tag, optionally creating the tag from a ref, and include description and milestones.
Instructions
Publishes a release for a tag.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ref | No | Create the tag from this ref if it does not exist | |
| name | No | ||
| tag_name | Yes | ||
| milestones | No | ||
| project_id | No | Project id or URL-encoded path, e.g. `42` or `group/subgroup/project`. Falls back to GITLAB_PROJECT_ID. | |
| description | No |