-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
fix: Accept undefined options and commits array #12
Conversation
a7aa616
to
ba5e811
Compare
can you elaborate on what the underlying problem is and how this resolves it, so we have it for future reference? |
Sure it seems that My understand was that due to index.js#L26, Anyway it's probably better for the plugin to handle the case of |
It seems codecov is not working and I don't have the proper access. I sent you a request to let me access codecov for the orga. |
I’ve granted access to codecov |
Codecov Report
@@ Coverage Diff @@
## master #12 +/- ##
=====================================
Coverage 100% 100%
=====================================
Files 8 8
Lines 83 83
=====================================
Hits 83 83
Continue to review full report at Codecov.
|
This seems wrong to me. defaulting pluginConfig to The fact that no commits array is being passed doesn’t make sense though, does it? I think there is another problem here. I’d like to further investigate it. I can have a look myself over the next weekend, if you could have a look yourself, that’d be graet |
ba5e811
to
bed13b2
Compare
I added the case for no commit just as a safety. It was not failing. I can remove it.
|
Okay the undefined |
bed13b2
to
bada00a
Compare
Sure. I just pushed the change |
84d0eee
to
34aee9e
Compare
Should resolve semantic-release/semantic-release#436