Add how to check binary compatibility. (#26219)

This commit is contained in:
kerr 2019-01-09 23:20:09 +08:00 committed by Johan Andrén
parent 5a30b54790
commit 7c43ccdabf

View file

@ -208,6 +208,8 @@ Situations when it may be fine to ignore a MiMa issued warning include:
- if it is adding API to classes / traits which are only meant for extension by Akka itself, i.e. should not be extended by end-users
- other tricky situations
The binary compatibility of the current changes can be checked by running `sbt +mimaReportBinaryIssues`.
## Pull request requirements
For a pull request to be considered at all it has to meet these requirements: