trackPromoteTo property

String? trackPromoteTo
final

Target track for promoting an existing release.

Specifies which track to promote a release to from its current track. Available tracks:

  • production - Public release to all users
  • beta - Beta testing track
  • alpha - Alpha testing track
  • internal - Internal testing track

Used for track promotion workflows.

Implementation

final String? trackPromoteTo;