elliotttf / semantic-release-conventional-commits

Semantic release commit analyzer support for all of the conventional commit message types
12 stars 1 forks source link

Issue with latest version of semantic-release #9

Closed jeffijoe closed 6 years ago

jeffijoe commented 6 years ago

Hey, thanks for this awesome plugin!

It seems to break with the latest version though. Here's the stack trace:

An error occurred while running semantic-release: TypeError: cb is not a function
    at module.exports (/home/travis/build/jeffijoe/awilix-koa/node_modules/semantic-release-conventional-commits/index.js:43:3)
    at Object.analyzeCommits (/home/travis/build/jeffijoe/awilix-koa/node_modules/semantic-release/lib/plugins/normalize.js:27:26)
    at module.exports (/home/travis/build/jeffijoe/awilix-koa/node_modules/semantic-release/index.js:37:30)
elliotttf commented 6 years ago

Thanks for the report! I'll try to get a fix in this week, but feel free to open a PR if you need it sooner 😄

jeffijoe commented 6 years ago

Take your time! I disabled the plugin for now. 😄

jeffijoe commented 6 years ago

Thanks! 🎊