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
{{ message }}
This repository was archived by the owner on May 23, 2025. It is now read-only.
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