mirror of
https://github.com/tj-actions/changed-files
synced 2025-03-05 11:06:22 +00:00
Updated README.md (#289)
* Updated README.md * Update README.md Co-authored-by: jackton1 <jackton1@users.noreply.github.com>
This commit is contained in:
parent
31bc57ef04
commit
064d858f63
1 changed files with 5 additions and 5 deletions
10
README.md
10
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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue