mirror of
https://github.com/tj-actions/changed-files
synced 2024-12-17 13:47:20 +00:00
Updated README.md (#444)
Co-authored-by: jackton1 <jackton1@users.noreply.github.com>
This commit is contained in:
parent
7dfd007898
commit
554fae61a8
1 changed files with 3 additions and 1 deletions
|
@ -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…
Reference in a new issue