Skip to content

Commit

Permalink
Improve
Browse files Browse the repository at this point in the history
  • Loading branch information
yoanm committed Aug 26, 2024
1 parent da35e37 commit 8874f4f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,10 @@ Then continue creating `vX.Y.Z` releases as usual, related existing `vX` and `vX
- `inner-releases-as-latest`: Default to `auto`.

Whether to set inner releases as latest.

> [!IMPORTANT]
> Requires `update-inner-releases` at `true` !

- `auto`: Will be set only if releases linked to provided `tag` is the latest
- `true`: Set them as latest whatever if provided `tag` release is the latest or not
- `false`: Do not set them as latest
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ inputs:
default: 'false'
inner-releases-as-latest:
description: |
Whether to set inner releases as latest.
Whether to set inner releases as latest. Requires `update-inner-releases` at `true` !
- `auto`: Will be set only if releases linked to provided `tag` is the latest
- `true`: Set as latest whatever provided `tag` releases is the latest or not
- `false`: Do not set them as latest
Expand Down

0 comments on commit 8874f4f

Please sign in to comment.