Description
fmcore
has a hard dependency on bears
, and this causes problem when raising PRs that require changes in both packages.
An example is here: #19, where to fix this bug, both bears
and fmcore
needed to be updated.
Some potential options for better merging experience:
- Multi-PR merge tools:
- Mergify: https://github.com/mergifyio
- Multi-gitter: https://github.com/lindell/multi-gitter
- Failing tests:
- Make fmcore test cases install from latest commit on bears package, rather than latest release.