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.