Skip to content

Commit ad7da50

Browse files
authored
Release v0.14.0 (#40)
1 parent 8269662 commit ad7da50

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Once installed, run it from your AI agent with `/linear-release-setup` (or just
6868
| `release_notes` | No | | Path to a markdown file used as the release notes for this release. |
6969
| `log_level` | No | | Log verbosity: `quiet` or `verbose`. Omit for default output. |
7070
| `timeout` | No | `60` | Maximum time in seconds to wait for the command to complete |
71-
| `cli_version` | No | `v0.13.0` | Linear Release CLI version to install |
71+
| `cli_version` | No | `v0.14.0` | Linear Release CLI version to install |
7272

7373
## Outputs
7474

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.13.0
1+
0.14.0

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ inputs:
4848
description: Maximum time in seconds to wait for the command to complete. Defaults to 60.
4949
required: false
5050
cli_version:
51-
description: Linear Release CLI version to install (e.g., "v0.13.0"). Set to "latest" to always use the newest CLI.
51+
description: Linear Release CLI version to install (e.g., "v0.14.0"). Set to "latest" to always use the newest CLI.
5252
required: false
53-
default: v0.13.0
53+
default: v0.14.0
5454

5555
outputs:
5656
release-id:

0 commit comments

Comments
 (0)