3
0
Fork 0
mirror of https://github.com/tj-actions/changed-files synced 2024-12-16 09:27:57 +00:00

Updated README.md (#444)

Co-authored-by: jackton1 <jackton1@users.noreply.github.com>
This commit is contained in:
Tonye Jack 2022-03-22 02:34:14 -04:00 committed by GitHub
parent 7dfd007898
commit 554fae61a8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -301,9 +301,11 @@ This project follows a `v(major).(patch)` versioning scheme with the exception o
> * A breaking change was introduced in `v1.1.4` and `v13.x` which has been fixed.
## Migration guide
With the switch from using grep's Extended regex to match files to the natively supported workflow glob pattern matching snytax introduced in [v13](https://github.com/tj-actions/changed-files/releases/tag/v13) you'll need to modify patterns used to match `files`.
**BEFORE**
```yml
...
@ -318,6 +320,7 @@ With the switch from using grep's Extended regex to match files to the natively
```
**AFTER**
```yml
...
@ -333,7 +336,6 @@ With the switch from using grep's Extended regex to match files to the natively
custom/**
```
## Credits
This package was created with [Cookiecutter](https://github.com/cookiecutter/cookiecutter).