65 Commits

Author SHA1 Message Date
Peter Schilling 634eb4050d chore: Release linear-cli version 0.3.2 v0.3.2 2025-02-10 09:53:10 -08:00
Peter Schilling af4ab9491a changelog 2025-02-10 09:53:03 -08:00
Peter Schilling c822eb6004 use position to find the first state for issue start 2025-02-10 09:52:19 -08:00
Peter Schilling d55d8be68d chore: Release linear-cli version 0.3.1 v0.3.1 2025-02-10 09:39:47 -08:00
Peter Schilling 7c11399534 chore: Changelog 2025-02-10 09:39:34 -08:00
Peter Schilling 059990e787 fix: deno publish 2025-02-10 09:38:48 -08:00
Peter Schilling 4cdc71c63e chore: Release linear-cli version 0.3.0 v0.3.0 2025-02-10 09:37:27 -08:00
Peter Schilling 917b7b395c chore: Update changelog in anticipation of release 2025-02-10 09:37:04 -08:00
Peter Schilling 0d943e3b9e feat: Support a linear.toml configuration file and linear issue start (#16)
- [ ] update README
- [ ] see if we can use toml lib to serialize
2025-02-10 09:36:12 -08:00
Peter Schilling ec87f2b2b2 feat: Support .env files (#15)
load a .env file from the cwd, or the git repo root
2025-02-07 13:51:15 -08:00
Peter Schilling fc8138c2ff chore: Formatting 2025-02-07 11:30:41 -08:00
Peter Schilling (aider) 334b33a6e0 aider: docs: Update README to include LINEAR_TEAM_ID environment variable option 2025-02-07 11:29:34 -08:00
Peter Schilling (aider) a8b6620ad0 aider: docs: Update README to clarify guest accounts cannot create API keys 2025-02-07 11:19:02 -08:00
Peter Schilling 68af469b8a chore: Remove unused dependency 2025-02-07 10:51:11 -08:00
Peter Schilling (aider) 0573a965df aider: docs: Add 'linear issue list' command to the README overview 2025-02-07 10:41:15 -08:00
Peter Schilling ddb0703b1c 2025-02-07 10:40:24 -08:00
Peter Schilling (aider) 1823a3ad55 aider: docs: Update README with information on the issue list command 2025-02-07 10:40:06 -08:00
Peter Schilling 941c7585f2 chore: Release linear-cli version 0.2.1 v0.2.1 2025-02-07 10:26:24 -08:00
Peter Schilling 10d7dc829c chore: Note changelog 2025-02-07 10:26:10 -08:00
Peter Schilling 8366487444 fix: Rename linear dir to avoid breaking the release builds 2025-02-07 10:24:58 -08:00
Peter Schilling a252acfe15 chore: Release linear-cli version 0.2.0 v0.2.0 2025-02-07 10:22:20 -08:00
Peter Schilling b57fff1068 chore: Update changelog in anticipation of 0.2.0 2025-02-07 10:21:04 -08:00
Peter Schilling 307b259eba feat: linear issue list (#14)
two sort options to start: manual and priority. can introduce more later as needed.

fixes #8
2025-02-07 10:20:31 -08:00
Peter Schilling 6e2be2948a chore: Update desc for homebrew rules 2025-02-05 21:03:05 -08:00
Peter Schilling 96c9b18c7a chore: Link to releases 2025-02-05 09:23:24 -08:00
Peter Schilling 29cbb225be chore: fmt 2025-02-05 09:20:27 -08:00
Peter Schilling a1c5850a1e chore: Release linear-cli version 0.1.0 v0.1.0 2025-02-05 09:19:36 -08:00
Peter Schilling 42acbf25c8 chore: Add changelog 2025-02-05 09:19:24 -08:00
Peter Schilling dc4da57bf3 chore: Update README 2025-02-04 20:35:09 -08:00
Peter Schilling 7968cf612c chore: cleanup readme 2025-02-04 20:33:02 -08:00
Peter Schilling 674e831456 chore: fmt 2025-02-04 20:31:27 -08:00
Peter Schilling 6d78b5c8f8 chore: Cleanup readme, add editorconfig 2025-02-04 20:30:56 -08:00
Peter Schilling 71df820a1c chore: Remove the id param from the id command 2025-02-04 19:41:04 -08:00
Peter Schilling 6cd09e7364 feat: Allow providing a different title for PRs (#12)
fixes #10
2025-02-04 16:04:36 -08:00
Peter Schilling aa4f7233bd feat: Add optional issue ID argument to issue commands (#11)
fixes #9
2025-02-04 15:56:58 -08:00
Peter Schilling 21dda024fb chore: Add a justfile with a release task
using https://github.com/schpet/svbump
2025-02-04 10:27:32 -08:00
Peter Schilling 67c16e12ae chore: Update release steps 2025-01-31 15:07:34 -08:00
Peter Schilling 4c242bcc68 chore: Format README 2025-01-31 15:05:29 -08:00
Peter Schilling efecebc8e1 chore: Update README 2025-01-31 14:57:36 -08:00
Peter Schilling 5a75bd4730 chore: Add homebrew install instructions 2025-01-31 14:50:38 -08:00
Peter Schilling 7571f2870e chore: Release linear-cli version 0.0.8 v0.0.8 2025-01-31 14:42:50 -08:00
Peter Schilling f65d4efc9e chore: Update release.yml 2025-01-31 14:42:19 -08:00
Peter Schilling 560bf0439c chore: Release linear-cli version 0.0.7 v0.0.7 2025-01-31 14:41:21 -08:00
Peter Schilling 23393464f4 chore: Avoid generating binaries on every PR 2025-01-31 14:40:12 -08:00
Peter Schilling ec3f6c9ba4 chore: Setup cargo dist (#6) 2025-01-31 14:38:49 -08:00
Peter Schilling e4106414b3 chore: Release linear-cli version 0.0.6 v0.0.6 2025-01-31 10:26:59 -08:00
Peter Schilling 345b366ae3 chore: Cleanup tasks 2025-01-31 10:22:05 -08:00
Peter Schilling 9560e33427 Support draft PRs (#5) 2025-01-15 07:30:14 -08:00
Peter Schilling 6d853397e4 Clarify setup 2024-12-10 08:46:49 -08:00
Peter Schilling 519c7d050f Release v0.0.5 v0.0.5 2024-11-28 07:38:39 -08:00