Skip to content

Commit d0bc314

Browse files
chore(release): 2.0.0 [skip ci]
# [2.0.0](v1.1.1...v2.0.0) (2025-12-10) * feat!: remove interactive mode for full automation support (#11) ([872a39c](872a39c)), closes [#11](#11) ### BREAKING CHANGES * Removed all interactive prompts and inquirer dependency. - Remove 'jira init' command - use 'jira config' with explicit flags - Issue create/edit now require all options via CLI flags - Add --description-file option for multi-line descriptions - Issue delete requires --force flag - Sprint list requires --board when multiple boards exist - Remove inquirer dependency Migration guide added in MIGRATION.md. This change makes the CLI fully scriptable for CI/CD pipelines.
1 parent 872a39c commit d0bc314

2 files changed

Lines changed: 22 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
# [2.0.0](https://github.com/pchuri/jira-cli/compare/v1.1.1...v2.0.0) (2025-12-10)
2+
3+
4+
* feat!: remove interactive mode for full automation support (#11) ([872a39c](https://github.com/pchuri/jira-cli/commit/872a39ccb49415c62d9c970eef0597c534a2a9e6)), closes [#11](https://github.com/pchuri/jira-cli/issues/11)
5+
6+
7+
### BREAKING CHANGES
8+
9+
* Removed all interactive prompts and inquirer dependency.
10+
11+
- Remove 'jira init' command - use 'jira config' with explicit flags
12+
- Issue create/edit now require all options via CLI flags
13+
- Add --description-file option for multi-line descriptions
14+
- Issue delete requires --force flag
15+
- Sprint list requires --board when multiple boards exist
16+
- Remove inquirer dependency
17+
18+
Migration guide added in MIGRATION.md.
19+
20+
This change makes the CLI fully scriptable for CI/CD pipelines.
21+
122
## [1.1.1](https://github.com/pchuri/jira-cli/compare/v1.1.0...v1.1.1) (2025-11-18)
223

324

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pchuri/jira-cli",
3-
"version": "1.1.1",
3+
"version": "2.0.0",
44
"description": "A modern, extensible command line interface for JIRA with Factory pattern and Commander.js",
55
"main": "bin/index.js",
66
"bin": {

0 commit comments

Comments
 (0)