You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Installing @saithodev/semantic-release-backmerge installs semantic-release@^22.0.7 which appears to be causing the @semantic-release/release-notes-generator@^12 to fail with RangeError: Invalid time value.
Expected Behavior
For semantic-release@^24.0.0 to be used which in turns includes the @semantic-release/release-notes-generator@^14 to be installed as a dependency and therefore no errors.
Steps To Reproduce
Install latest semantic-release
Install @saithodev/semantic-release-backmerge
Run npm ls @semantic-release/release-notes-generator
Notice your NodeJS installation has release-notes-generator v12.1.0 installed instead of the correct v14.0.1
Is there an existing issue for this?
Current Behavior
Installing
@saithodev/semantic-release-backmerge
installssemantic-release@^22.0.7
which appears to be causing the@semantic-release/release-notes-generator@^12
to fail withRangeError: Invalid time value
.Expected Behavior
For
semantic-release@^24.0.0
to be used which in turns includes the@semantic-release/release-notes-generator@^14
to be installed as a dependency and therefore no errors.Steps To Reproduce
semantic-release
@saithodev/semantic-release-backmerge
npm ls @semantic-release/release-notes-generator
release-notes-generator
v12.1.0 installed instead of the correct v14.0.1Environment
Anything else?
No response
The text was updated successfully, but these errors were encountered: