Skip to content

Commit b047477

Browse files
committed
docs(CONTRIBUTING.md): improve instructions for upgrading config plugins to newer Expo versions
1 parent d8a5276 commit b047477

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,10 @@ Be sure to run the following scripts in the **root directory** to update automat
2626

2727
- Ensure every project under `apps/` is updated to latest version of Expo
2828
- 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
3033
- Update `SDK_VERSION` in [`scripts/generate-plugin.ts`](https://github.com/expo/config-plugins/blob/566f54e785147d88cb4c98490c3e536ee7ef3001/scripts/generate-plugin.ts#L67)
3134

3235
## Publishing a release

0 commit comments

Comments
 (0)