Closed reuzel closed 3 years ago
Trying to figure out what happens: the inline plugin generateNotes relies on filtered commits set in the inline plugins analyzeCommits. However, for some packages the analyzeCommits is not called? For these packages, the commits variable is never set, resulting in a undefined value for commits, leading to the error above. Is there some logic somewhere that determines if analyzeCommits is not necessary?
Diving deeper: https://github.com/semantic-release/semantic-release/blob/master/index.js line 109-110: generateNotes is run and no analysis of commits is done because this is a merge situation and no new version of the package is required... My guess is the fix is to have generateNotes do its own commit filtering...
:tada: This issue has been resolved in version 2.8.1 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
Hi,
I've just attempted to use the semantic-release workflow capabilities, but that somehow doesn't seem to work, at least not in the Gitlab.com environment...
What I did:
Using multi-semantic-release version 2.8.0.
Not sure where I took the wrong turn...
Regards, Joost