Add how to check binary compatibility. (#26219)
This commit is contained in:
parent
5a30b54790
commit
7c43ccdabf
1 changed files with 2 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue