Skip to content

Commit

Permalink
fix: update README.md with proper wording and links
Browse files Browse the repository at this point in the history
  • Loading branch information
dmi3y committed Jan 8, 2023
1 parent 01ae496 commit b43e990
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
> expo-release-please-example
Setting up [release-please][release-please-github-repo] with basic Expo app.

# 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.
Expand All @@ -14,14 +16,15 @@ and
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.
- Setting up [release-please-action][release-please-github-action-repo] for `expo` release type strategy.

- Using arbitrary file update [feature][please-release-doc-arbitrary-file-update] inside this [README.md][readme-code-arbitrary-file-update] to display current version v1.0.0 <!-- x-release-please-start-version --> (note inline comment)
- Using arbitrary file update [feature][release-please-doc-arbitrary-file-update] inside this [README.md][readme-code-arbitrary-file-update] to display current version v1.0.0 <!-- x-release-please-start-version --> (note inline comment)

- This is [first][initial-version-pr] PR introduced by release-please.

[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
[release-please-github-repo]: https://github.com/googleapis/release-please
[release-please-github-action-repo]: https://github.com/google-github-actions/release-please-action
[release-please-doc-arbitrary-file-update]: https://github.com/googleapis/release-please/blob/main/docs/customizing.md#updating-arbitrary-json-files
[initial-version-pr]: https://github.com/dmi3y/expo-release-please-example/pull/1/files
[readme-code-arbitrary-file-update]: https://github.com/dmi3y/expo-release-please-example/blob/main/README.md?plain=1#L19

0 comments on commit b43e990

Please sign in to comment.