UNPKG

@tinymce/beehive-flow

Version:

A CLI tool implementing the beehive flow git branching process

5 lines 224 B
export declare const releaseCandidate = "rc"; export declare const featureBranch = "feature"; export declare const hotfixBranch = "hotfix"; export declare const spikeBranch = "alpha"; //# sourceMappingURL=PreRelease.d.ts.map