UNPKG

@tinymce/beehive-flow

Version:

A CLI tool implementing the beehive flow git branching process

8 lines 351 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.spikeBranch = exports.hotfixBranch = exports.featureBranch = exports.releaseCandidate = void 0; exports.releaseCandidate = 'rc'; exports.featureBranch = 'feature'; exports.hotfixBranch = 'hotfix'; exports.spikeBranch = 'alpha'; //# sourceMappingURL=PreRelease.js.map