-
Notifications
You must be signed in to change notification settings - Fork 73
Closed
Description
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:
- A script that first checks out the merge base commit, runs
sbt publishLocaland records theversion(hopefully usingsbt-dynveror 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 recordedversionto specify the artifacts to compare against - Resolve the artifacts on the fly from https:/jitpack.io, using the git revision as the artifact version.
Is there a better way?
P.S. is there a better place to ask questions?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels