Skip to content

Commit

Permalink
feat: add initial README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dmi3y committed Jan 8, 2023
1 parent e1aab58 commit 77e7d88
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions README.md
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

0 comments on commit 77e7d88

Please sign in to comment.