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