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