UNPKG

semantic-release-fail-on-major-bump

Version:
8 lines (6 loc) 243 B
function verifyRelease (pluginConfig, context) { if (context.nextRelease.type === "major") { throw new Error("The next release is a major bump and you're using semantic-release-fail-on-major-bump."); } } module.exports = {verifyRelease};