cherrypick-interactive 1.13.5 โ†’ 1.13.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +18 -18
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -40,7 +40,7 @@ cherrypick-interactive
40
40
 
41
41
  That's it. Compares `origin/dev` vs `origin/main` for the last week and lets you pick interactively.
42
42
 
43
- For a full release workflow, see the [Quick Start guide](docs/quick-start.md).
43
+ For a full release workflow, see the [Quick Start guide](https://github.com/sulhadin/cherrypick-interactive/blob/main/docs/quick-start.md).
44
44
 
45
45
  ---
46
46
 
@@ -49,15 +49,15 @@ For a full release workflow, see the [Quick Start guide](docs/quick-start.md).
49
49
  - ๐Ÿ” Finds commits in `dev` not present in `main`
50
50
  - ๐Ÿ—‚๏ธ Lets you select which commits to cherry-pick (or pick all)
51
51
  - ๐Ÿชœ Cherry-picks in the correct order (oldest โ†’ newest)
52
- - โš”๏ธ [**Interactive conflict resolution wizard**](docs/conflict-resolution.md)
52
+ - โš”๏ธ [**Interactive conflict resolution wizard**](https://github.com/sulhadin/cherrypick-interactive/blob/main/docs/conflict-resolution.md)
53
53
  - ๐ŸŽฏ **Preserves exact commit messages** from squashed commits
54
- - ๐Ÿช„ Detects [**semantic version bump**](docs/semantic-versioning.md) from conventional commits
54
+ - ๐Ÿช„ Detects [**semantic version bump**](https://github.com/sulhadin/cherrypick-interactive/blob/main/docs/semantic-versioning.md) from conventional commits
55
55
  - ๐Ÿงฉ Creates a `release/x.y.z` branch from `main`
56
- - ๐Ÿงพ Generates a Markdown changelog with [**ticket linking**](docs/tracker-integration.md)
57
- - ๐Ÿ–ฅ๏ธ Rich [**TUI dashboard**](docs/tui-dashboard.md) with diff preview, search, and keyboard shortcuts
58
- - ๐Ÿค– [**CI mode**](docs/ci-mode.md) for fully non-interactive pipeline execution
59
- - โ†ฉ๏ธ [**Undo / rollback**](docs/undo-rollback.md) with checkpoint-based session recovery
60
- - ๐Ÿ’พ [**Profiles**](docs/profiles.md) to save and reuse CLI flag combinations
56
+ - ๐Ÿงพ Generates a Markdown changelog with [**ticket linking**](https://github.com/sulhadin/cherrypick-interactive/blob/main/docs/tracker-integration.md)
57
+ - ๐Ÿ–ฅ๏ธ Rich [**TUI dashboard**](https://github.com/sulhadin/cherrypick-interactive/blob/main/docs/tui-dashboard.md) with diff preview, search, and keyboard shortcuts
58
+ - ๐Ÿค– [**CI mode**](https://github.com/sulhadin/cherrypick-interactive/blob/main/docs/ci-mode.md) for fully non-interactive pipeline execution
59
+ - โ†ฉ๏ธ [**Undo / rollback**](https://github.com/sulhadin/cherrypick-interactive/blob/main/docs/undo-rollback.md) with checkpoint-based session recovery
60
+ - ๐Ÿ’พ [**Profiles**](https://github.com/sulhadin/cherrypick-interactive/blob/main/docs/profiles.md) to save and reuse CLI flag combinations
61
61
 
62
62
  ---
63
63
 
@@ -65,16 +65,16 @@ For a full release workflow, see the [Quick Start guide](docs/quick-start.md).
65
65
 
66
66
  | Topic | Description |
67
67
  |-------|-------------|
68
- | [๐Ÿš€ Quick Start](docs/quick-start.md) | Getting started, full workflow, custom branches |
69
- | [๐Ÿงฉ Common Use Cases](docs/common-use-cases.md) | Filtering, profiles, CI, tracker, undo, and more |
70
- | [โš™๏ธ All Options](docs/options.md) | Complete reference for all CLI flags |
71
- | [โš”๏ธ Conflict Resolution](docs/conflict-resolution.md) | Per-file and bulk resolution, CI strategies |
72
- | [๐Ÿง  Semantic Versioning](docs/semantic-versioning.md) | Conventional commits, version sources, ignore patterns |
73
- | [๐Ÿ–ฅ๏ธ TUI Dashboard](docs/tui-dashboard.md) | Keyboard shortcuts, diff preview, search, fallback |
74
- | [๐Ÿ’พ Profiles](docs/profiles.md) | Save/load/list profiles, config file, CI usage |
75
- | [๐Ÿ”— Tracker Integration](docs/tracker-integration.md) | ClickUp, Jira, Linear presets, custom patterns |
76
- | [๐Ÿค– CI Mode](docs/ci-mode.md) | Exit codes, JSON output, GitHub Actions example |
77
- | [โ†ฉ๏ธ Undo / Rollback](docs/undo-rollback.md) | Checkpoint system, safety checks, limitations |
68
+ | [๐Ÿš€ Quick Start](https://github.com/sulhadin/cherrypick-interactive/blob/main/docs/quick-start.md) | Getting started, full workflow, custom branches |
69
+ | [๐Ÿงฉ Common Use Cases](https://github.com/sulhadin/cherrypick-interactive/blob/main/docs/common-use-cases.md) | Filtering, profiles, CI, tracker, undo, and more |
70
+ | [โš™๏ธ All Options](https://github.com/sulhadin/cherrypick-interactive/blob/main/docs/options.md) | Complete reference for all CLI flags |
71
+ | [โš”๏ธ Conflict Resolution](https://github.com/sulhadin/cherrypick-interactive/blob/main/docs/conflict-resolution.md) | Per-file and bulk resolution, CI strategies |
72
+ | [๐Ÿง  Semantic Versioning](https://github.com/sulhadin/cherrypick-interactive/blob/main/docs/semantic-versioning.md) | Conventional commits, version sources, ignore patterns |
73
+ | [๐Ÿ–ฅ๏ธ TUI Dashboard](https://github.com/sulhadin/cherrypick-interactive/blob/main/docs/tui-dashboard.md) | Keyboard shortcuts, diff preview, search, fallback |
74
+ | [๐Ÿ’พ Profiles](https://github.com/sulhadin/cherrypick-interactive/blob/main/docs/profiles.md) | Save/load/list profiles, config file, CI usage |
75
+ | [๐Ÿ”— Tracker Integration](https://github.com/sulhadin/cherrypick-interactive/blob/main/docs/tracker-integration.md) | ClickUp, Jira, Linear presets, custom patterns |
76
+ | [๐Ÿค– CI Mode](https://github.com/sulhadin/cherrypick-interactive/blob/main/docs/ci-mode.md) | Exit codes, JSON output, GitHub Actions example |
77
+ | [โ†ฉ๏ธ Undo / Rollback](https://github.com/sulhadin/cherrypick-interactive/blob/main/docs/undo-rollback.md) | Checkpoint system, safety checks, limitations |
78
78
 
79
79
  ---
80
80
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cherrypick-interactive",
3
- "version": "1.13.5",
3
+ "version": "1.13.6",
4
4
  "description": "Interactively cherry-pick commits that are in dev but not in main, using subject-based comparison.",
5
5
  "main": "cli.js",
6
6
  "bin": "cli.js",