Skip to content

Commit 8f83143

Browse files
authored
Merge pull request #545 from arnested/doc
Add `latest-patches-only` option to the README
2 parents 99e23c4 + 51da568 commit 8f83143

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

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
```
6064
6165
## Outputs

0 commit comments

Comments
 (0)