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
When you disable changelog generation, you have no CHANGELOG.md. Some parts of the code explicitly deal with this, but https://github.com/changesets/action/blob/main/src/run.ts#L300 doesn't seem to care and always tries to read the nonexistent README.md, causing the process to fail.