Feat
- Monorepository configuration now support multiple paths per project using the following syntax:
monorepo:
# New syntax supporting multiple paths per monorepo project
- name: foo
paths:
- ./lib-a/foo
- ./lib-b/foo
# Usual syntax
- name: bar
path: ./xyz/bar/