From b160683938f2841ea561c5827506104f2a576739 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Fri, 17 Dec 2021 15:00:14 -0500 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index ac896c81..aa1d7b89 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,16 @@ Retrieve all changed files relative to the default branch (`pull_request*` based * Report on files that have at least one change. * [Regex pattern](https://www.gnu.org/software/grep/manual/grep.html#Regular-Expressions) matching on a subset of files. + +> NOTE: :warning: +> * All users refrencing the legacy `v1.x.x` version, are required to switch to `v*` or `v*.*` versioning semantic. +> * A breaking change was introduced in `v1.x.x` legacy version, which is no longer supported and future updates would only be made to `v*` or `v*.*`. + +| Legacy version | Recommended version | +|---------------------|-----------------------| +| `v1.x.x` | `v12` | + + ## Usage > NOTE: :warning: