Open
Description
Release tags to only folders of depth defined and do not add tags for subdirectories.
Suppose i provide depth:1
it means I want to tag and release only folders till depth1 for any changes made within that folder and its subdirectories.
Usecase:
I have a monorepo terraform supermodule.
|-module1/
|---main.tf
|---provider.tf
|---scripts/
|---submodule/
|-module2/
```'
and so on..
If I make any change in submodule directory within module1, I want to release module1 only. Right now it tags and release all folders.