update_release
Modify an existing release in a GitLab project by updating its name, description, milestones, or release date to reflect current project status.
Instructions
Update an existing release in a GitLab project
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | No | Project ID or URL-encoded path | |
| tag_name | Yes | The Git tag the release is associated with | |
| name | No | The release name | |
| description | No | The description of the release. You can use Markdown. | |
| milestones | No | The title of each milestone to associate with the release. GitLab Premium customers can specify group milestones. To remove all milestones from the release, specify []. | |
| released_at | No | The date when the release is/was ready. Expected in ISO 8601 format (2019-03-15T08:00:00Z). |