Cross run MiMa when releasing
This ensures the binary compatibility will run for all Scala versions that are used to do the release.
This commit is contained in:
parent
408fab3313
commit
03e4ffb3d1
1 changed files with 1 additions and 1 deletions
|
|
@ -304,7 +304,7 @@ echolog "Successfully created local release"
|
||||||
# check binary compatibility for dry run
|
# check binary compatibility for dry run
|
||||||
if [ ! $no_mima ] && [ $dry_run ]; then
|
if [ ! $no_mima ] && [ $dry_run ]; then
|
||||||
echodry "Running migration manager report..."
|
echodry "Running migration manager report..."
|
||||||
sbt mimaReportBinaryIssues
|
sbt +mimaReportBinaryIssues
|
||||||
echodry "Finished migration manager report"
|
echodry "Finished migration manager report"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue