From 064d858f63c2b3082d075c9d0ff1df70ef09f851 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Fri, 17 Dec 2021 15:36:30 -0500 Subject: [PATCH] Updated README.md (#289) * Updated README.md * Update README.md Co-authored-by: jackton1 --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 95d5d5d7..4a339f96 100644 --- a/README.md +++ b/README.md @@ -33,15 +33,15 @@ 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 referencing 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*.*`. +> +> * All users referencing 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` | - +| `v2.x.x` | `v12` | +| `v1.x.x` | `v11.x` | ## Usage