ReleaseStrategy
Controls which bundle releases are eligible for deployment.
The release strategy works in conjunction with the version constraint to determine which bundle version is resolved for deployment.
enum ReleaseStrategy {
STABLE
DEVELOPMENT
}
Values
ReleaseStrategy.STABLE {#stable}
Only use stable, published releases. Recommended for production environments.
ReleaseStrategy.DEVELOPMENT {#development}
Include pre-release/development builds. Useful for testing unreleased bundle changes.
Member Of
Instance object ● UpdateInstanceInput input