Project
Create Release
Create a new ProjectRelease
A Project may have one or more ProjectReleases. A ProjectRelease is the coordinated publication of one or more Packages for the Project having the same Version string.
A ProjectRelease is always associated with a single ProjectRelease.
A ProjectRelease is uniquely identified by the combination of the Project identifier and the Version string, separated by an ’@’ character, e.g. proj_a858f4d4-6e5b-4ab5-8d92-e9715b584ec1@1.5.12
A ProjectRelease can have zero or more Changes associated with it that describe the bug fixes and new features that were included in the ProjectRelease.
POST
Response
201
application/json
Created
The response is of type object
.
Previous
Get ReleaseGets a single ProjectRelease
A Project may have one or more <em>ProjectReleases</em>. A ProjectRelease is
the coordinated publication of one or more Packages for the Project having the
same Version string.
A ProjectRelease is always associated with a single ProjectRelease.
A ProjectRelease is uniquely identified by the combination of the Project
identifier and the Version string, separated by an '@' character, e.g.
<b>proj_a858f4d4-6e5b-4ab5-8d92-e9715b584ec1@1.5.12</b>
A ProjectRelease can have zero or more Changes associated with it that describe
the bug fixes and new features that were included in the ProjectRelease.
Next