-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
> expo-release-please-example | ||
# Example of Expo app setup with please-release | ||
|
||
- Minimal Expo app based on quick start section of Expo [documentation][expo-app-get-started]. Bootstrapped with yarn 3. Heads up, your versions might differ based on various factors. | ||
|
||
```shell | ||
yarn dlx create-expo-app expo-release-please-example | ||
``` | ||
|
||
and | ||
|
||
```shell | ||
yarn dlx expo install react-native-web@~0.18.9 react-dom@18.1.0 @expo/webpack-config@^0.17.2 | ||
``` | ||
|
||
- Setting up [please-release][please-release-github-repo] action for `expo` release type strategy. | ||
|
||
- Using arbitrary file update [feature][please-release-doc-arbitrary-file-update] inside this README.md to display current version v1.0.0 <!-- x-release-please-start-version --> (note inline comment) | ||
|
||
[expo-app-get-started]: https://docs.expo.dev | ||
[please-release-github-repo]: https://github.com/googleapis/release-please | ||
[please-release-doc-arbitrary-file-update]: https://github.com/googleapis/release-please/blob/main/docs/customizing.md#updating-arbitrary-json-files |