wonder-stuff
    Preparing search index...

    Function extractMobileReleaseInfoFromBranchName

    • Extract release version and prefix from mobile release branch.

      Example, given the branch release/unified/v7.8.0: { prefix: "release/unified/", version: "7.8.0" }

      Parameters

      • releaseBranch: string | null

        release branch of the form [release/[unified|ios|android]]/[v]<num>.<num>.<num>[-extra].

      Returns MobileReleaseBranchInfo | null

      The release version and prefix, if found; otherwise, null.