electron_migrate_version
Generate a checklist of breaking changes, deprecated APIs, and required code modifications for upgrading between Electron versions.
Instructions
Generate a migration checklist for upgrading between Electron versions. Lists all breaking changes, deprecated APIs, and required code modifications between the current and target versions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| currentVersion | Yes | Current Electron major version (e.g. 28) | |
| targetVersion | Yes | Target Electron major version (e.g. 41) |