Skip to content

Commit 0b03937

Browse files
committed
chore: note on how often with migrations for plugin workspaces
1 parent 2cc11ee commit 0b03937

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

content/plugins/plugin-workspace-guide.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,10 @@ Your plugin workspace will now be up to date regarding various configurations, s
148148

149149
After running migrations you can always _delete_ the `migrations.json` file as it will no longer be used. A `migrations.json` file is always generated if migrations are available to run. After applied, you no longer need the file.
150150

151+
#### How often do migrations need to be run?
152+
153+
Not very often actually. Most plugin workspaces can maintain it's set of dependencies for often 1-2 years or longer but if a migration is available which mentions things you want/need feel free to run the migrations anytime.
154+
151155
### Migration 5.0.0 (Released Dec 26, 2022)
152156

153157
- Migrates to Nx 15.4.1, NativeScript 8.4, and TypeScript ~4.8.x.

0 commit comments

Comments
 (0)