Replies: 1 comment
-
I see we didn't have Discussions enabled before. I don't think there was any special reason for that. They are enabled now. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
For instance, suppose I want to generate a report on a PR to know what API changes it introduced, relative to its merge base.
I can think of two approaches:
sbt publishLocal
and records theversion
(hopefully usingsbt-dynver
or some other way to ensure that the version is different than the version after the PR -- or does it matter?), then checks out the PR (or a merge commit with it) and runs MiMa using the previously recordedversion
to specify the artifacts to compare againstIs there a better way?
P.S. is there a better place to ask questions?
Beta Was this translation helpful? Give feedback.
All reactions