Small tweaks to all command aliases (#26403)
* Small tweaks to all command aliases * Adds other cluster all commands * Makes allCluster do all cluster modules * Update CONTRIBUTING.md Co-Authored-By: chbatey <christopher.batey@gmail.com>
This commit is contained in:
parent
555fe026d0
commit
baa9c52254
2 changed files with 13 additions and 1 deletions
|
|
@ -184,6 +184,11 @@ target PR branch you can do so by setting the PR_TARGET_BRANCH environment varia
|
|||
PR_TARGET_BRANCH=origin/example sbt validatePullRequest
|
||||
```
|
||||
|
||||
If you have already run all tests and now just need to check that everything is formatted and or mima passes there
|
||||
are a set of `all*` commands aliases for running `test:compile` (also formats), `mimaReportBinaryIssues`, and `validateCompile`
|
||||
(compiles `multi-jvm` if enabled for that project). See `build.sbt` or use completion to find the most appropriate one
|
||||
e.g. `allCluster`, `allTyped`.
|
||||
|
||||
## Binary compatibility
|
||||
|
||||
Binary compatibility rules and guarantees are described in depth in the [Binary Compatibility Rules
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue