addRelease

open fun addRelease(requesterUser: String, project: Project, releaseId: String, releaseVersion: String, releaseNotesContent: String)

Method to add a new release

Parameters

requesterUser

: the user who made the request to add the release

project

: the project where attach the release

releaseId

: the identifier of the release

releaseVersion

: the version of the release

releaseNotesContent

: the notes attached to the release