Skip to content

2.4.0 - 2026-08-05

Choose a tag to compare

@github-actions github-actions released this 05 Aug 22:07

Release Notes

Added

  • issue update --add-label and --remove-label to change an issue's labels incrementally: add a label without clobbering the existing set, or detach a label from one issue without deleting it team-wide (#258; thanks @rez0 for the report). Both may be repeated and combined for an atomic swap (--remove-label sprint-42 --add-label sprint-43)

Changed

  • issue update --label help text now states that it replaces the issue's entire label set (it always did; the docs previously suggested it added labels)

Install linear 2.4.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/schpet/linear-cli/releases/download/v2.4.0/linear-installer.sh | sh

Install prebuilt binaries via Homebrew

brew install schpet/tap/linear

Install prebuilt binaries into your npm project

npm install @schpet/linear-cli@2.4.0

Download linear 2.4.0

File Platform Checksum
linear-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
linear-x86_64-apple-darwin.tar.xz Intel macOS checksum
linear-x86_64-pc-windows-msvc.zip x64 Windows checksum
linear-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
linear-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum