Contract Testing: Record Release
contract-testing_record_releaseRecords a software release by marking a version of a component as deployed to a specific environment, enabling release tracking in mobile or library workflows.
Instructions
Record that a version of a pacticipant has been released to an environment (for mobile/library release workflows).
Toolset: Environments and Deployments
Parameters:
pacticipantName (string) required: Name of the pacticipant that was released
versionNumber (string) required: Version number that was released
environmentId (string) required: UUID of the target environment
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| environmentId | Yes | UUID of the target environment | |
| versionNumber | Yes | Version number that was released | |
| pacticipantName | Yes | Name of the pacticipant that was released |