You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,10 @@ Be sure to run the following scripts in the **root directory** to update automat
26
26
27
27
- Ensure every project under `apps/` is updated to latest version of Expo
28
28
- Ensure every library under `packages/` has a peer dependency on the same version of Expo
29
-
- Update each library’s `README.md` for the same version of Expo
29
+
- Update each library’s `README.md`
30
+
- Ensuring the latest version of Expo is listed
31
+
- Ensure the upstream package version is correct
32
+
- Use the next version for the matching config plugin
30
33
- Update `SDK_VERSION` in [`scripts/generate-plugin.ts`](https://github.com/expo/config-plugins/blob/566f54e785147d88cb4c98490c3e536ee7ef3001/scripts/generate-plugin.ts#L67)
0 commit comments