/** * Minified by jsDelivr using Terser v5.39.0. * Original file: /npm/semantic-release-gem-demo@1.4.6/.releaserc.js * * Do NOT use SRI with dynamically generated files! More information: https://www.jsdelivr.com/using-sri-with-dynamic-files */ "use strict";function compileReleaseRules(e,s="patch"){return e.map((e=>({type:e,release:s})))}const typesForPatch=["docs","style","refactor","perf"],typesForMinor=["feat"],parserOpts={noteKeywords:["BREAKING CHANGE","BREAKING CHANGES","BREAKING"]},releaseConfig={branches:["master"],plugins:[["@semantic-release/commit-analyzer",{releaseRules:[...compileReleaseRules(typesForPatch),...compileReleaseRules(typesForMinor,"minor")],parserOpts:parserOpts}],["@semantic-release/release-notes-generator",{parserOpts:parserOpts}],"@semantic-release/changelog",["@semantic-release/npm",{npmPublish:!0}],["@semantic-release/git",{message:"chore(release): ${nextRelease.version} \n\n${nextRelease.notes}"}],"@semantic-release/github"]};module.exports=releaseConfig; //# sourceMappingURL=/sm/cbe16aa918099299c022a8d960a487ef093f7c9e915a2debefc38610b0087b7f.map