Skip to content

Commit 094dbb9

Browse files
committed
chore: Release linear-cli version 1.1.1
1 parent b4979bc commit 094dbb9

File tree

7 files changed

+12
-49
lines changed

7 files changed

+12
-49
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
## [Unreleased]
44

5+
## [1.1.1] - 2025-09-02
6+
7+
### Fixed
8+
9+
- fixed tests breaking release
10+
511
## [1.1.0] - 2025-09-02
612

713
### Added
@@ -241,7 +247,8 @@
241247
commands as an alternative to parsing the branch name, e.g.
242248
`linear issue show ABC-123`
243249

244-
[Unreleased]: https://github.com/schpet/linear-cli/compare/v1.1.0...HEAD
250+
[Unreleased]: https://github.com/schpet/linear-cli/compare/v1.2.0...HEAD
251+
[1.2.0]: https://github.com/schpet/linear-cli/compare/v1.1.0...v1.2.0
245252
[1.1.0]: https://github.com/schpet/linear-cli/compare/v1.0.1...v1.1.0
246253
[1.0.1]: https://github.com/schpet/linear-cli/compare/v1.0.0...v1.0.1
247254
[1.0.0]: https://github.com/schpet/linear-cli/compare/v0.6.4...v1.0.0

deno.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/denoland/deno/main/cli/schemas/config-file.v1.json",
33
"name": "@schpet/linear-cli",
4-
"version": "1.1.0",
4+
"version": "1.1.1",
55
"exports": "./src/main.ts",
66
"license": "MIT",
77
"tasks": {
@@ -12,6 +12,7 @@
1212
"codegen": "deno run --allow-all npm:@graphql-codegen/cli/graphql-codegen-esm",
1313
"check": "deno check src/main.ts",
1414
"test": "deno test '--allow-env=GITHUB_*,GH_*,LINEAR_*,NODE_ENV,EDITOR,PAGER,SNAPSHOT_TEST_NAME,CLIFFY_SNAPSHOT_FAKE_TIME,NO_COLOR' --allow-read --allow-write --allow-run --allow-net=api.linear.app --quiet",
15+
"snapshot": "deno test '--allow-env=GITHUB_*,GH_*,LINEAR_*,NODE_ENV,EDITOR,PAGER,SNAPSHOT_TEST_NAME,CLIFFY_SNAPSHOT_FAKE_TIME,NO_COLOR' --allow-read --allow-write --allow-run --allow-net=api.linear.app -- --update",
1516
"lefthook-install": "deno run --allow-run --allow-read --allow-write --allow-env npm:lefthook install"
1617
},
1718
"imports": {

dist-workspace.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ members = ["dist:."]
55
[package]
66
name = "linear"
77
description = "CLI tool for linear.app that uses git branch names and directory names to open issues and team pages"
8-
version = "1.1.0"
8+
version = "1.1.1"
99
license = "MIT"
1010
repository = "https://github.com/schpet/linear-cli"
1111
homepage = "https://github.com/schpet/linear-cli"

justfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ tag:
66
deno check --all
77
deno fmt --check
88
deno lint
9+
deno task test
910

1011
svbump write "$(changelog version latest)" version deno.json
1112
svbump write "$(svbump read version deno.json)" package.version dist-workspace.toml

test/commands/issue/__snapshots__/issue-list.test.ts.snap

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -28,32 +28,3 @@ Options:
2828
stderr:
2929
""
3030
`;
31-
32-
snapshot[`Issue List Command - Help with no-pager flag 1`] = `
33-
stdout:
34-
'
35-
Usage: list
36-
37-
Description:
38-
39-
List your issues
40-
41-
Options:
42-
43-
-h, --help - Show this help.
44-
-s, --state <state> - Filter by issue state (can be repeated for multiple states) (Default: [ \\x1b[32m"unstarted"\\x1b[39m ], Values: \\x1b[32m"triage"\\x1b[39m, \\x1b[32m"backlog"\\x1b[39m,
45-
\\x1b[32m"unstarted"\\x1b[39m, \\x1b[32m"started"\\x1b[39m, \\x1b[32m"completed"\\x1b[39m, \\x1b[32m"canceled"\\x1b[39m)
46-
--all-states - Show issues from all states
47-
--assignee <assignee> - Filter by assignee (username)
48-
-A, --all-assignees - Show issues for all assignees
49-
-U, --unassigned - Show only unassigned issues
50-
--sort <sort> - Sort order (can also be set via LINEAR_ISSUE_SORT) (Values: \\x1b[32m"manual"\\x1b[39m, \\x1b[32m"priority"\\x1b[39m)
51-
--team <team> - Team to list issues for (if not your default team)
52-
-w, --web - Open in web browser
53-
-a, --app - Open in Linear.app
54-
--no-pager - Disable automatic paging for long output
55-
56-
'
57-
stderr:
58-
""
59-
`;

test/commands/issue/__snapshots__/issue-view.test.ts.snap

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,6 @@ User should be redirected to login page with clear messaging.
4848
4949
## Actual behavior
5050
User sees cryptic error message and gets stuck.
51-
52-
## Comments
53-
54-
*No comments found for this issue.*
55-
56-
5751
"
5852
stderr:
5953
""

test/commands/project/__snapshots__/project-list.test.ts.snap

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -23,17 +23,6 @@ stderr:
2323
""
2424
`;
2525
26-
snapshot[`Project List Command - With Mock Projects 1`] = `
27-
stdout:
28-
"SLUG NAME STATUS PRIORITY HEALTH LEAD TEAMS DATE
29-
auth-sys Authentication System In Progress High onTrack JS BACKEND,SECURITY Started 579 days ago
30-
mobile-ui Mobile App UI Redesign Planned Medium Unknown AD DESIGN,MOBILE Start: 2024-04-01
31-
api-docs API Documentation Completed Low onTrack - DOCS Done 605 days ago
32-
"
33-
stderr:
34-
""
35-
`;
36-
3726
snapshot[`Project List Command - No Projects Found 1`] = `
3827
stdout:
3928
"No projects found.

0 commit comments

Comments
 (0)