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
It seems like bin compat isn't checked as expected, I see the following output in deploy workflow's related step
[info] set current project to root (in build file:/home/runner/work/***-scala-tracker/***-scala-tracker/)
[info] root: mimaPreviousArtifacts not set, not analyzing binary compatibility
[info] ***-scala-tracker-core: mimaPreviousArtifacts is empty, not analyzing binary compatibility.
[info] ***-scala-tracker-metadata: mimaPreviousArtifacts is empty, not analyzing binary compatibility.
[info] ***-scala-tracker-emitter-id: mimaPreviousArtifacts is empty, not analyzing binary compatibility.
[info] ***-scala-tracker-emitter-http4s: mimaPreviousArtifacts is empty, not analyzing binary compatibility.
The text was updated successfully, but these errors were encountered:
I think this is a consequence of me removing 1.0.0 from the versions to check for compatibility ahead of 2.0.0 release (which is breaking and expected to be). I think the solution is to just add 2.0.0 (and future versions) to mimaPreviousArtifacts after 2.0.0 gets released
It seems like bin compat isn't checked as expected, I see the following output in deploy workflow's related step
The text was updated successfully, but these errors were encountered: