Segmentation Fault on Windows
Description
Running the newchanges executable via npm run on a Windows environment results in a Segmentation Fault error, preventing the changelog generation process from starting.
Steps to reproduce
- Environment:
- Windows 10 22H2 19045.6456
- Shell: PowerShell and cmd
- Node.js Version: v22.21.0
- Install: Install the package as a development dependency:
npm i -D newchanges
- Execute: Run the command:
npx newchanges
Actual result
The execution fails immediately with an unhandled exception:
D:\~>"D:\~\node_modules\newchanges\newchanges.exe"
Unhandled Exception 0xb52d3fe470
print_backtrace_skipping_top_frames is not implemented
signal 11: segmentation fault
print_backtrace_skipping_top_frames is not implemented
Expected result
The command should run successfully and generate/update the CHANGELOG.md file.