Skip to main content
POST
Publish release

Authorizations

Authorization
string
header
required

Personal access token is obtained through your profile

Path Parameters

projectId
string<uuid>
required

Project unique identifier

releaseId
string<uuid>
required

Release unique identifier

Body

application/json
name
string | null

Updated release name

description
string | null

Updated release description

versionType
enum<string>
default:patch

Version increment type for semantic versioning

Available options:
major,
minor,
patch

Response

200 - application/json

Published release information

Published release information

id
string<uuid>
required

Release unique identifier

createdAt
string
required

Release creation timestamp

projectId
string<uuid>
required

Project ID the release belongs to

deletedAt
string | null

Release deletion timestamp

name
string | null

Release name

description
string | null

Release description

version
number | null

Legacy numeric version

semanticVersion
string | null

Semantic version (e.g., 1.0.0)

status
enum<string>

Release status

Available options:
draft,
published,
completed
createdById
string<uuid> | null

ID of the user who created the release

commitId
string<uuid> | null

Associated commit ID

meta
object | null

Release storage metadata