Skip to content

Commit 3d1ff5e

Browse files
committed
Add latest-patches-only option to the README
See db5f2e1.
1 parent b25d524 commit 3d1ff5e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,10 @@ patch-level:
5656
description: Include the patch levels on the versions (default is major.minor)
5757
required: false
5858
default: 'false'
59+
latest-patches-only:
60+
description: When patch-level is true, only include the latest patch version of each major.minor version in the matrix. Does nothing if patch-level is false. Cannot be used with unstable.
61+
required: false
62+
default: 'false'
5963
strict-semver:
6064
default: Use strict semver version in matrix. E.g. `1.16` -> `1.16.0` and `1.18beta2` -> `1.18.0-beta.2`.
6165
required: false

0 commit comments

Comments
 (0)