@artsy/palette-mobile 23.11.0 → 23.12.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -5
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -90,19 +90,18 @@ If Android local build config seems out of sync after changing `Example/app.json
|
|
|
90
90
|
|
|
91
91
|
```sh
|
|
92
92
|
cd Example
|
|
93
|
-
npx expo prebuild --clean
|
|
93
|
+
npx expo prebuild --clean
|
|
94
94
|
```
|
|
95
95
|
|
|
96
96
|
### Trigger Cloud Builds via GitHub Actions
|
|
97
97
|
|
|
98
|
-
Make sure to push all necessary changes first.
|
|
99
|
-
|
|
100
98
|
```sh
|
|
101
99
|
yarn deploy-beta
|
|
102
100
|
```
|
|
103
101
|
|
|
104
|
-
This
|
|
105
|
-
|
|
102
|
+
This syncs the version numbers across `package.json`, `Example/package.json`, and `Example/app.json`
|
|
103
|
+
to match the latest version on `main`, then force-pushes your current branch to `beta-ios` and `beta-android`,
|
|
104
|
+
which triggers the iOS and Android beta workflows on GitHub Actions.
|
|
106
105
|
(https://github.com/artsy/palette-mobile/actions).
|
|
107
106
|
|
|
108
107
|
## Developing Features using Local Versions of Palette
|