UNPKG

semantic-release-gh

Version:

The official GitHub plugin, modified to accept repositoryUrl as a parameter

6 lines 272 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.IsPrerelease = void 0; const IsPrerelease = (branchName) => branchName === 'alpha' || branchName === 'beta'; exports.IsPrerelease = IsPrerelease; //# sourceMappingURL=is-prerelease.js.map