Skip to content

Conversation

@squidfunk
Copy link
Member

Summary

This release changes the behavior of additional scopes that can be defined in .mono.toml, allowing singles files to be scopes (e.g. Dockefile). From now on, it's required to add a ** path suffix to each scope that maps to a folder. Consider the following examples:

[changeset.scopes]
python = "python/**"
docker = "Dockerfile"

@zensical
Copy link

zensical bot commented Dec 21, 2025

All commits verified and signed off.

## Summary

This release changes the behavior of additional scopes that can be defined in `.mono.toml`, allowing singles files to be scopes (e.g. `Dockerfile`). From now on, it's required to add a `**` path suffix to each scope that maps to a folder. Consider the following examples:

``` toml
[changeset.scopes]
python = "python/**"
docker = "Dockerfile"
```

Signed-off-by: squidfunk <martin.donath@squidfunk.com>
@squidfunk squidfunk merged commit ad2c28c into master Dec 21, 2025
14 checks passed
@squidfunk squidfunk deleted the release/v0.0.5 branch December 21, 2025 06:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants