cherrypick-interactive 1.6.0 โ†’ 1.6.1

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 +0 -55
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -179,61 +179,6 @@ When cherry-picking encounters conflicts, the tool provides an **interactive wiz
179
179
 
180
180
  ---
181
181
 
182
- ## ๐Ÿชต Example Run
183
-
184
- ```bash
185
- $ cherrypick-interactive --semantic-versioning --version-file ./package.json --create-release --draft-pr
186
-
187
- Fetching remotes (git fetch --prune)...
188
- Comparing subjects since 1 week ago
189
- Dev: origin/dev
190
- Main: origin/main
191
-
192
- โœ” Select commits to cherry-pick (8 missing):
193
- โœ” #86c6105k9 - Add missing ATS configs in plists. (#1077)
194
- โœ” chore(deps): bump actions/checkout from 3 to 6 (#1079)
195
- โœ” #86c6q8y5r - Separete Corporate and Individual Registration (#1081)
196
- โœ” #86c5wbbuc - Refactor splash related store initializations (#1082)
197
- โœ” #86c6x2u20 - Remove deprecated reward center components (#1085)
198
- โœ” #0 - Upgrade ruby version in workflows. (#1087)
199
-
200
- โ†ท Semver ignored (pattern: /bump/i): (chore(deps): bump actions/checkout from 3 to 6 (#1079))
201
- โ†ท Semver ignored (pattern: /bump/i): (#86c5wbbuc - Refactor splash related store initializations (#1082))
202
-
203
- Semantic Versioning
204
- Current: 4.36.0 Detected bump: minor Next: 4.37.0
205
-
206
- Creating release/4.37.0 from origin/main...
207
- โœ“ Ready on release/4.37.0. Cherry-picking will apply here.
208
-
209
- Cherry-picking 6 commit(s) onto main (oldest โ†’ newest)...
210
-
211
- โœ“ cherry-picked (7ba30af) #86c6105k9 - Add missing ATS configs in plists. (#1077)
212
- โœ“ cherry-picked (bbc70ed) chore(deps): bump actions/checkout from 3 to 6 (#1079)
213
- โœ“ cherry-picked (287dbad) #86c6q8y5r - Separete Corporate and Individual Registration (#1081)
214
-
215
- โœ– Cherry-pick has conflicts on 8eb07cb78148866d769684730d154e5cbeb2f331 (8eb07cb).
216
- Conflicted files:
217
- - android/app/build.gradle
218
- - ios/bilira_wallet.xcodeproj/project.pbxproj
219
-
220
- โœ” Choose how to proceed: Resolve conflicts now
221
- โœ” Select a file to resolve or a global action: Use theirs for ALL
222
-
223
- No conflicted files reported by git.
224
- โœ“ cherry-picked (8eb07cb) #86c5wbbuc - Refactor splash related store initializations (#1082)
225
- โœ“ cherry-picked (3ae27ee) #86c6x2u20 - Remove deprecated reward center components (#1085)
226
- โœ“ cherry-picked (66d0419) #0 - Upgrade ruby version in workflows. (#1087)
227
-
228
- Summary โ†’ applied: 6, skipped: 0
229
-
230
- Updating package.json version โ†’ 4.37.0 ...
231
- โœ“ package.json updated and committed: chore(release): bump version to 4.37.0
232
- โœ… Pull request created for release/4.37.0 โ†’ main
233
- ```
234
-
235
- ---
236
-
237
182
  ## ๐Ÿงน Why This Helps
238
183
 
239
184
  If your team:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cherrypick-interactive",
3
- "version": "1.6.0",
3
+ "version": "1.6.1",
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",