All notable changes to git-create-jira-branch
since v1.0.0
were
documented in this file. The project has since been renamed to git-jira-branch
and the changes to the project are documented in the main
CHANGELOG.md file.
This project adheres to Semantic Versioning. For commit guidelines see Conventional Commits.
4.0.0 (2024-03-07)
- the are 2 subcommands
open
andcreate
now that must be used instead of the options--open
and implicitcreate
base command that existed before.
3.4.0 (2024-03-01)
3.3.0 (2024-02-28)
3.2.2 (2024-02-27)
- deps: bump the production-dependencies group with 4 updates (#180) (8b4570c)
- deps: bump the production-dependencies group with 4 updates (#185) (655ba5d)
- deps: bump the production-dependencies group with 4 updates (#187) (23578bb)
- deps: bump the production-dependencies group with 4 updates (#189) (4f4bde3)
3.2.1 (2024-02-14)
3.2.0 (2024-02-14)
3.1.4 (2024-02-06)
3.1.3 (2024-02-01)
3.1.2 (2024-01-30)
- deps: bump the production-dependencies group with 3 updates (#150) (d2b68cf)
- deps: bump the production-dependencies group with 4 updates (#153) (b77bb86)
3.1.1 (2024-01-26)
- deps: bump the production-dependencies group with 4 updates (#145) (f50c820)
- deps: bump the production-dependencies group with 4 updates (#148) (36d11d5)
3.1.0 (2024-01-24)
3.0.5 (2024-01-23)
3.0.4 (2024-01-19)
3.0.3 (2024-01-17)
- deps: bump the production-dependencies group with 3 updates (#131) (31d0eff)
- deps: bump the production-dependencies group with 4 updates (#127) (6704ec8)
3.0.2 (2024-01-15)
3.0.1 (2024-01-12)
- deps: bump the production-dependencies group with 4 updates (#105) (bf2a363)
- deps: bump the production-dependencies group with 4 updates (#122) (7550c27)
3.0.0 (2023-12-20)
- The
-v
option has been removed and can't be used to output the version anymore. Use the long option---version
instead.
- prevent builtin options from being suggested in the wizard (a051dc7)
2.0.0 (2023-12-06)
- CLI options now need to be passed before any positional arguments. This is due a limitation in the used cli library
- add support for jira cloud (#70) (02a1f98)
- add wizard mode and shell completion script generation option (#71) (caa72b2)
1.2.0 (2023-11-05)
- add option to reset exisiting branches (b11fb6b)
1.1.0 (2023-11-02)
- use correct command name in README (2169cd5)
1.0.0 (2023-10-27)
- Initial release (v1.0.0) (e022c27)