create_release
Create a new GitLab release by specifying tag, name, description, and optional ref, milestones, and release date.
Instructions
Create a new release for a GitLab project
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | No | Project ID or URL-encoded path | |
| tag_name | No | Tag name for the release | |
| name | No | Release name | |
| description | No | Release description/notes | |
| ref | No | Branch/commit to create tag from (if tag doesn't exist) | |
| milestones | No | Associated milestone titles | |
| released_at | No | Release date (ISO 8601) |