Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix MiMa setup #174

Open
oguzhanunlu opened this issue Jul 28, 2022 · 1 comment
Open

Fix MiMa setup #174

oguzhanunlu opened this issue Jul 28, 2022 · 1 comment

Comments

@oguzhanunlu
Copy link
Member

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.
@andreamarcolin
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants