Skip to content

v1.28.0

Latest

Choose a tag to compare

@ChrisRackauckas ChrisRackauckas released this 24 Aug 19:48
d5748d7

Changes since v1.27.0

Reusable downstream.yml — monorepo subdirectory globs (#128)

The upstream-subdirs input now accepts a trailing /* form. For example,
.,lib/* develops the root project and every immediate child of lib that
contains a Project.toml, while skipping non-package directories.

Existing explicit comma-separated project paths continue to work unchanged.
This enables monorepos such as OrdinaryDiffEq to use the shared downstream
workflow without enumerating every sublibrary.

Minor bump because this adds backward-compatible input syntax. Consumers using
@v1 receive the update automatically; pin @v1.27.0 to defer it.