cycjimmy / semantic-release-action

GitHub Action for Semantic Release
https://github.com/marketplace/actions/action-for-semantic-release
MIT License
514 stars 97 forks source link

Error: RangeError: Invalid time value #205

Open MrGadget1024 opened 2 months ago

MrGadget1024 commented 2 months ago

Describe the bug

[2:21:10 PM] [semantic-release] » i  Start step "generateNotes" of plugin "@semantic-release/release-notes-generator"
[2:21:10 PM] [semantic-release] » ×  Failed step "generateNotes" of plugin "@semantic-release/release-notes-generator"
[2:21:10 PM] [semantic-release] » ×  An error occurred while running semantic-release: RangeError: Invalid time value
    at committerDate (D:\a\_actions\cycjimmy\semantic-release-action\v4\node_modules\conventional-changelog-writer\index.js:80:30)
    at D:\a\_actions\cycjimmy\semantic-release-action\v4\node_modules\conventional-changelog-writer\lib\util.js:202:17
    at Array.forEach (<anonymous>)
    at processCommit (D:\a\_actions\cycjimmy\semantic-release-action\v4\node_modules\conventional-changelog-writer\lib\util.js:198:31)
    at D:\a\_actions\cycjimmy\semantic-release-action\v4\node_modules\conventional-changelog-writer\index.js:123:32 {
  pluginName: '@semantic-release/release-notes-generator'
}
Error: RangeError: Invalid time value

Workflow https://github.com/MirrorNetworking/Mirror/blob/master/.github/workflows/Semantic.yml https://github.com/MirrorNetworking/Mirror/blob/master/.releaserc.yml

Expected behavior No error.

Additional context https://github.com/MirrorNetworking/Mirror/actions/runs/8951133306/job/24587140924

vsarunas commented 2 months ago

This is upstream error https://github.com/semantic-release/release-notes-generator/issues/633

vvanouytsel commented 2 weeks ago

Any way to work around this?