Migration Guide Builder
v1.0.4Build migration guide templates for version upgrades and breaking changes.
Builds migration guide templates for version upgrades and breaking changes — covers deprecated APIs, replacement patterns, code examples, and migration timeline milestones.
How to use- →Fill in the "from" and "to" versions and list the breaking changes.
- →Add code before/after examples for each change to show the migration path.
- →Copy the Markdown and publish it as MIGRATION.md or in your versioned docs.
Migration guide
# Migration Guide old → new ## Migration Steps 1. Backup your current configuration 2. Update dependencies and lockfiles 3. Apply config and API changes 4. Run automated tests 5. Validate production behavior ## Rollback Plan Document fallback steps before deployment.