Skip to content

Latest commit

 

History

History
302 lines (159 loc) · 23.2 KB

CHANGELOG.md

File metadata and controls

302 lines (159 loc) · 23.2 KB

Changelog

All notable changes to this project since git-jira-branch v1.0.0 will be documented in this file. The changelog of the project before the rename from git-create-jira-branch to git-jira-branch can be found in the old CHANGELOG_OLD.md.

This project adheres to Semantic Versioning. For commit guidelines see Conventional Commits.

2.2.2 (2025-02-26)

Bug Fixes

  • deps: bump the production-dependencies group with 6 updates (#569) (0f12edd)

2.2.1 (2025-02-19)

Bug Fixes

2.2.0 (2024-11-09)

Features

  • add tidy command that removes branches for finished tickets (#509) (e061186), closes #257
  • create: allow creation of branches without a type prefix (#525) (de3daa4)

Bug Fixes

  • deps: bump the production-dependencies group with 3 updates (#465) (cbe5d74)
  • deps: bump the production-dependencies group with 7 updates (#459) (5acb477)
  • deps: bump the production-dependencies group with 7 updates (#462) (30d2431)

2.1.0 (2024-08-29)

Features

  • add command to delete jira branches (#432) (2d92606)
  • create-command: add type option for custom branch types (#449) (9f0ca8d)
  • create-command: add support for task tickets and branches (9f0ca8d)
  • drop requirement on Jira env vars in non jira dependent commands (ed6ab33)
  • log errors on stderr instead of stdout (7ac511c)

Bug Fixes

  • deps: bump the production-dependencies group with 3 updates (#424) (1934f60)
  • deps: bump the production-dependencies group with 3 updates (#436) (07ace2e)
  • deps: bump the production-dependencies group with 3 updates (#447) (68f0503)
  • deps: bump the production-dependencies group with 4 updates (#426) (3c79191)
  • deps: bump the production-dependencies group with 7 updates (#430) (5b86cc3)
  • deps: bump the production-dependencies group with 7 updates (#438) (e3a564e)
  • deps: bump the production-dependencies group with 7 updates (#440) (73d6623)
  • deps: bump the production-dependencies group with 7 updates (#445) (bb0b123)
  • deps: bump the production-dependencies group with 7 updates (#451) (4f6eaf8)
  • deps: bump the production-dependencies group with 7 updates (#454) (f2e008b)
  • deps: bump the production-dependencies group with 7 updates (#457) (e27cfeb)

2.0.8 (2024-07-30)

Bug Fixes

2.0.7 (2024-07-30)

Bug Fixes

  • deps: bump the production-dependencies group across 1 directory with 7 updates (b18cb6e)
  • deps: bump the production-dependencies group with 7 updates (#420) (ce6d29b)
  • deps: bump undici from 6.18.0 to 6.19.2 (#397) (6b8d0b3)
  • improve jira client errors (b18cb6e)

2.0.6 (2024-06-19)

Bug Fixes

  • deps: bump braces from 3.0.2 to 3.0.3 (#363) (c01c91d)
  • deps: bump the production-dependencies group with 4 updates (#353) (807b994)
  • deps: bump the production-dependencies group with 7 updates (#348) (1c11b1a)
  • deps: bump the production-dependencies group with 7 updates (#351) (e928004)
  • deps: bump ws from 8.17.0 to 8.17.1 (#370) (9f26686)

2.0.5 (2024-05-28)

Bug Fixes

  • deps: bump the production-dependencies group with 4 updates (#346) (43917b8)
  • deps: bump the production-dependencies group with 7 updates (#343) (58f03da)

2.0.4 (2024-05-23)

Bug Fixes

  • deps: bump the production-dependencies group with 7 updates (#338) (0b2038c)
  • deps: bump the production-dependencies group with 7 updates (#341) (9ea6d16)

2.0.3 (2024-05-20)

Bug Fixes

  • deps: bump the production-dependencies group with 4 updates (#334) (826d929)
  • deps: bump the production-dependencies group with 4 updates (#335) (e809d3e)
  • deps: bump the production-dependencies group with 7 updates (#331) (ca979fc)
  • deps: bump the production-dependencies group with 7 updates (#336) (421de48)

2.0.2 (2024-05-13)

Bug Fixes

  • deps: bump the production-dependencies group with 7 updates (#328) (89fb4c3)

2.0.1 (2024-05-09)

Bug Fixes

  • deps: bump the production-dependencies group with 7 updates (#325) (238fa00)

2.0.0 (2024-05-08)

⚠ BREAKING CHANGES

  • The create command was previously responsible for creating and switching branches. To prevent accidentally switching to an existing branch or accidentally creating a new one when switching was intended the new switch command was added in v1.4. This command should be used from now on. create will only create new branches and fail if a brach associated with the given ticket already exists (unless --reset is given)

Features

  • prevent create command from switching branches (#316) (16b0267)

Bug Fixes

  • deps: bump the production-dependencies group across 1 directory with 7 updates (#312) (35c6d6b)
  • deps: bump the production-dependencies group with 3 updates (#319) (17b8769)
  • deps: bump the production-dependencies group with 3 updates (#321) (dc411bc)
  • deps: bump the production-dependencies group with 4 updates (#323) (d38bfd6)
  • deps: bump the production-dependencies group with 7 updates (#314) (8722c5b)
  • deps: bump the production-dependencies group with 7 updates (#317) (ae0f70e)

1.4.3 (2024-04-29)

Bug Fixes

  • deps: bump the production-dependencies group with 7 updates (#306) (71ab2f9)

1.4.2 (2024-04-27)

Bug Fixes

  • deps: bump the production-dependencies group with 7 updates (#299) (2fbb6e9)
  • deps: bump the production-dependencies group with 7 updates (#303) (055a0c4)

1.4.1 (2024-04-22)

Bug Fixes

  • deps: bump the production-dependencies group with 4 updates (#297) (2cce4a6)
  • deps: bump the production-dependencies group with 7 updates (#291) (341474e)
  • deps: bump the production-dependencies group with 7 updates (#295) (dd09772)

1.4.0 (2024-04-16)

Features

  • add switch command to switch to already existing branches (#275) (b7f356f)
  • update to effect v3.0.0 🎉 (#289) (0271755)

1.3.3 (2024-04-08)

Bug Fixes

  • deps: bump the production-dependencies group with 4 updates (#276) (af7bb28)

1.3.2 (2024-04-05)

Bug Fixes

  • add info about switching to existing branches to create command (#272) (382acfd)
  • deps: bump the production-dependencies group with 7 updates (#273) (9e78a7c)
  • deps: bump undici from 6.10.1 to 6.11.1 (#270) (7ed228d)

1.3.1 (2024-04-04)

Bug Fixes

  • deps: bump the production-dependencies group with 7 updates (#265) (cb55c75)

1.3.0 (2024-04-02)

Features

  • base existing branch matches only on their jira key (#262) (4a65cc6)

1.2.0 (2024-04-01)

Features

  • new list command shows branches possibly associated with a jira ticket (#243) (a8eb9ce)
  • reflow text to 80 chars in info output (#258) (d65a640)
  • set nonzero exitcode on failures (#254) (0a2a085)

Bug Fixes

  • deps: bump the production-dependencies group with 4 updates (#256) (3ca8c47)

1.1.3 (2024-03-31)

Bug Fixes

  • deps: bump the production-dependencies group with 7 updates (#250) (8e816aa)

1.1.2 (2024-03-27)

Bug Fixes

  • deps: bump the production-dependencies group with 7 updates (#244) (d7a0833)
  • deps: bump the production-dependencies group with 7 updates (#247) (be02c49)

1.1.1 (2024-03-22)

Bug Fixes

  • deps: bump the production-dependencies group with 7 updates (#238) (e8eecbe)
  • improved jira key extraction from branch name (#242) (11aaab3)

1.1.0 (2024-03-21)

Features

  • add info subcommand to display details for a ticket (#218) (88317b0)

Bug Fixes

  • deps: bump the production-dependencies group with 6 updates (#235) (c72a69a)

1.0.4 (2024-03-20)

Bug Fixes

  • correct the description for the jira-key arg of the open command (#231) (d46ecda)
  • deps: bump the production-dependencies group with 4 updates (#233) (5041ce6)

1.0.3 (2024-03-19)

Bug Fixes

  • deps: resolve broken effect package combination (#227) (3205612)

1.0.2 (2024-03-17)

Bug Fixes

  • deps: bump the production-dependencies group with 5 updates (#215) (3dee601)
  • deps: bump the production-dependencies group with 5 updates (#222) (9aaf739)

1.0.1 (2024-03-12)

Bug Fixes

  • deps: bump the production-dependencies group with 5 updates (#210) (42a1598)

1.0.0 (2024-03-07)

Features