UNPKG

@speedy-js/mono

Version:

Monorepo development & continuous integration tooling.

8 lines 265 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.COMMIT_RE = void 0; /** * A regexp to match commit */ exports.COMMIT_RE = /\(\[([a-z0-9]{7})\]\(([^()]*)\)\)([^\n()[]]*)?(\[@(.*)\]\(.*\))?/gm; //# sourceMappingURL=regexp.js.map