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
I guess the issue is in generate_changelog/actions/file_processing.py in lines 50 and 93.
As utf-8 is expected, I guess it is reasonable to just add a kwarg encoding="utf-8".
If I am not wrong, the encoding of a new changelog file on windows is set to windows-1252 but not UTF-8. What causes trouble.
The text was updated successfully, but these errors were encountered: