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 a new package is added and it does not start out as 1.0.0, this can break releases because the publish-release will think it's a new release and expect there to be a section in the changelog for the new release, and when it does not find one (because any new entries start out in Unreleased) it will fail.
We should add a check to ensure that no PR that introduces a new package can be merged if the version of that package is not 0.0.0.