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 @@ -70,7 +70,7 @@ Once installed, run it from your AI agent with `/linear-release-setup` (or just
| `dry_run` | No | `false` | When `true`, scan commits and call read-only Linear APIs but skip the create/update mutations. Logs the action that would have been taken; no release is created or modified. |
| `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.14.1` | Linear Release CLI version to install |
| `cli_version` | No | `v0.14.2` | Linear Release CLI version to install |
| `github_token` | No | `${{ github.token }}` | GitHub token used to authenticate the CLI download. Authenticating avoids the low anonymous rate limit that can fail on busy or shared runners. Defaults to the workflow's automatic token; pass your own token to use a higher rate limit. |

## Outputs
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.14.3
0.14.4
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,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.14.1"). Set to "latest" to always use the newest CLI.
description: Linear Release CLI version to install (e.g., "v0.14.2"). Set to "latest" to always use the newest CLI.
required: false
default: v0.14.1
default: v0.14.2
github_token:
description: GitHub token used to authenticate release downloads through the GitHub CLI. Defaults to the workflow's automatic token. Pass a personal access token or GitHub App token when downloading from another repository or when you need higher rate limits than the default token provides.
required: false
Expand Down
Loading