Skip to content

v6.1.0

Latest

Choose a tag to compare

@github-actions github-actions released this 22 Oct 20:52
· 22 commits to main since this release
v6.1.0
69ae838

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/