GitLab Releases API

The GitLab Releases API enables programmatic management of project releases. It supports creating, listing, updating, and deleting releases, as well as managing release assets and links for distributing software versions and release notes.

API entry from apis.yml

apis.yml Raw ↑
aid: gitlab:apiv4releases
name: GitLab Releases API
tags:
- Distribution
- Releases
- Versioning
image: https://kinlane-productions2.s3.amazonaws.com/apis-json/apis-json-logo.jpg
baseURL: https://gitlab.com/api/v4
humanURL: https://docs.gitlab.com/api/releases/
overlays: []
properties:
- url: https://docs.gitlab.com/api/releases/
  type: Documentation
- url: https://docs.gitlab.com/api/rest/authentication/
  type: Authentication
description: The GitLab Releases API enables programmatic management of project releases. It supports
  creating, listing, updating, and deleting releases, as well as managing release assets and links for
  distributing software versions and release notes.