Skip to content

Commit

Permalink
Docs: Add hint to @comet/upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
dkarnutsch committed Jan 30, 2024
1 parent a903075 commit e3a772d
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docs/docs/migration/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,17 @@
title: Migration
sidebar_position: 12
---

Codemods for automated updates, such as renames, are available at [@comet/upgrade](https://github.com/vivid-planet/comet-upgrade).

Example usage for upgrading from v4 to v5 (each major version should be upgraded separately):

```
npx @comet/upgrade v5
```

:::caution

Codemods are designed to ensure that upgrades are as smooth as possible, so their use is highly recommended.

:::

0 comments on commit e3a772d

Please sign in to comment.