Action domain

release

Every action this domain exposes through gitlab_execute_action, from the gitlab://tools manifest. Each entry folds out to its full upstream description and required parameters.

12 · actions2 · destructive5 · read-only

Counted with a Free-tier GitLab token. The catalog is scoped to the token that asks, so the count moves with both its tier and its permissions: higher tiers expose more actions, and administration domains only appear to tokens allowed to use them.

Back to the server card

  1. release.createRelease Create

    Create a release for a tag, optionally creating the tag from a ref and attaching asset links. Returns: the created release with author, commit, assets, milestones, and _links. See also: release.update, release.link_create, tag.create.

    Required parameters: project_id (string), tag_name (string)

  2. release.deleteRelease Deletedestructive

    Delete a release by tag_name (the Git tag itself is preserved). Returns: the deleted release details. See also: release.get, release.list, tag.delete.

    Required parameters: project_id (string), tag_name (string)

  3. release.getRelease Getread-only

    Get a single release by project_id and tag_name. Returns: release notes, author, commit, assets, milestones, evidences, and _links. See also: release.list, release.update, release.delete, release.link_list.

    Required parameters: project_id (string), tag_name (string)

  4. release.get_latestRelease Latestread-only

    Get the most recent release for a project. Returns: release notes, author, commit, assets, milestones, evidences, and _links. See also: release.list, release.get, release.create.

    Required parameters: project_id (string)

  5. release.listRelease Listread-only

    List releases in a project with pagination. Returns: tag names, release names, release dates, and summary metadata. See also: release.get, tag.list, release.link_list.

    Required parameters: project_id (string)

  6. release.updateRelease Update

    Update an existing release's title, notes, release date, or milestones. Returns: the updated release with author, commit, assets, milestones, and _links. See also: release.get, release.create, release.delete.

    Required parameters: project_id (string), tag_name (string)