From 554fae61a89bd090e5d7093291609bf4d455d8cb Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Tue, 22 Mar 2022 02:34:14 -0400 Subject: [PATCH] Updated README.md (#444) Co-authored-by: jackton1 --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 480eb52e..19eb8dd6 100644 --- a/README.md +++ b/README.md @@ -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).