UNPKG

@tinymce/beehive-flow

Version:

A CLI tool implementing the beehive flow git branching process

5 lines (4 loc) 152 B
export const releaseCandidate = 'rc'; export const featureBranch = 'feature'; export const hotfixBranch = 'hotfix'; export const spikeBranch = 'alpha';