UNPKG

345 BJavaScriptView Raw
1module.exports = {
2 // by default, libs that use sl-scripts will only be publishing their dist folder (which should have everything needed inside of it)
3 pkgRoot: 'dist',
4 plugins: [
5 '@semantic-release/commit-analyzer',
6 '@semantic-release/release-notes-generator',
7 '@semantic-release/npm',
8 '@semantic-release/github',
9 ],
10};