Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ steps:
| `include_paths` | No | | Filter commits by file paths (comma-separated globs for monorepos) |
| `log_level` | No | | Log verbosity: `quiet` or `verbose`. Omit for default output. |
| `timeout` | No | `60` | Maximum time in seconds to wait for the command to complete |
| `cli_version` | No | `v0.6.4` | Linear Release CLI version to install |
| `cli_version` | No | `v0.7.0` | Linear Release CLI version to install |

## Outputs

Expand Down
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ inputs:
description: Maximum time in seconds to wait for the command to complete. Defaults to 60.
required: false
cli_version:
description: Linear Release CLI version to install (e.g., "v0.6.4"). Set to "latest" to always use the newest CLI.
description: Linear Release CLI version to install (e.g., "v0.7.0"). Set to "latest" to always use the newest CLI.
required: false
default: v0.6.4
default: v0.7.0

outputs:
release-id:
Expand Down
Loading