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.
- package/README.md +18 -18
- 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