Script for generating a changelog for single package behaves incorrectly for the "skip" option #7402
Labels
package:dev
squad:platform
Issue to be handled by the Platform team.
type:bug
This issue reports a buggy (incorrect) behavior.
Milestone
The changelog generator creates the
vundefined
for that option:The bug probably happens here as the code jumps from
Promise.resolve()
to the nextthen()
while it should return.The text was updated successfully, but these errors were encountered: