exec
exec copied to clipboard
plug in does not work from .releaserc.json
Lost a couple of hours on this...
Had the configuration in .releaserc.json and the plugin was not loaded. As soon as I moved the config to package.json it worked
this post helped
I also ran into this issue, took far to long to realize what the problem was. This seems like an easy fix, although I had a quick look through the code, and I'm not sure where the config is read in. Looks like maybe it comes from the main semantic-release code, and not this plugin?