Update README.md

This commit is contained in:
Tonye Jack 2023-06-05 18:04:41 -06:00 committed by GitHub
parent 9ab423063b
commit f58fe58af9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -45,7 +45,8 @@ Retrieve all changed files and directories relative to a target branch, preceedi
* Supports Git submodules. * Supports Git submodules.
* Escaped JSON output which can be used to run matrix jobs based on changed files. * Escaped JSON output which can be used to run matrix jobs based on changed files.
* List changed directories. * List changed directories.
* Restrict the max depth of matching changed directories. * Limit the matching changed directories to a maximum depth.
* Optionally exclude the current directory
* Write outputs to a `.txt` or `.json` file at a specified location for further processing. * Write outputs to a `.txt` or `.json` file at a specified location for further processing.
* Monorepos (Fetches a fixed number of commits). * Monorepos (Fetches a fixed number of commits).
* Supports all platforms (Linux, MacOS, Windows). * Supports all platforms (Linux, MacOS, Windows).