Create release
create_releaseCreate a GitLab release and optionally generate its tag from a specified ref to mark project milestones.
Instructions
Create a GitLab release and optionally create its tag from a ref.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ref | No | ||
| name | No | ||
| assets | No | ||
| project | Yes | GitLab project ID or full path such as group/project. | |
| tag_name | Yes | ||
| milestones | No | ||
| description | No | ||
| released_at | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes | GitLab response normalized for model use. |