Updated README.md (#444)
Co-authored-by: jackton1 <jackton1@users.noreply.github.com>
This commit is contained in:
parent
7dfd007898
commit
554fae61a8
@ -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.
|
> * A breaking change was introduced in `v1.1.4` and `v13.x` which has been fixed.
|
||||||
|
|
||||||
## Migration guide
|
## 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`.
|
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**
|
**BEFORE**
|
||||||
|
|
||||||
```yml
|
```yml
|
||||||
...
|
...
|
||||||
|
|
||||||
@ -318,6 +320,7 @@ With the switch from using grep's Extended regex to match files to the natively
|
|||||||
```
|
```
|
||||||
|
|
||||||
**AFTER**
|
**AFTER**
|
||||||
|
|
||||||
```yml
|
```yml
|
||||||
...
|
...
|
||||||
|
|
||||||
@ -333,7 +336,6 @@ With the switch from using grep's Extended regex to match files to the natively
|
|||||||
custom/**
|
custom/**
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
## Credits
|
## Credits
|
||||||
|
|
||||||
This package was created with [Cookiecutter](https://github.com/cookiecutter/cookiecutter).
|
This package was created with [Cookiecutter](https://github.com/cookiecutter/cookiecutter).
|
||||||
|
Loading…
x
Reference in New Issue
Block a user