electron_migrate_version
Generates a migration checklist for upgrading Electron versions, listing breaking changes, deprecated APIs, and required code modifications from current to target version.
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 |
|---|---|---|---|
| targetVersion | Yes | Target Electron major version (e.g. 41) | |
| currentVersion | Yes | Current Electron major version (e.g. 28) |