Skip to content

Commit

Permalink
Merge pull request #2 from dmi3y/release-please--branches--main--comp…
Browse files Browse the repository at this point in the history
…onents--expo-release-please-example

chore(main): release 1.0.1
  • Loading branch information
dmi3y authored Jan 8, 2023
2 parents 0d565ef + 2bd96e3 commit e78d010
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [1.0.1](https://github.com/dmi3y/expo-release-please-example/compare/v1.0.0...v1.0.1) (2023-01-08)


### Bug Fixes

* add extra file README.md ([01ae496](https://github.com/dmi3y/expo-release-please-example/commit/01ae4968adb0b6029096718e154de34ac366e31b))
* add link to readme code with release-please arbitrary file update ([0930db6](https://github.com/dmi3y/expo-release-please-example/commit/0930db6ce13f8a2257f797f82dcb285bbc374ab1))
* tweak x-release comment ([ee14f37](https://github.com/dmi3y/expo-release-please-example/commit/ee14f370548bcb4f7f61a9f317012cf428c9352e))
* update README.md with proper wording and links ([b43e990](https://github.com/dmi3y/expo-release-please-example/commit/b43e990d7e8f4cae779e3a56f145c6c80d48735c))

## 1.0.0 (2023-01-08)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ yarn dlx expo install react-native-web@~0.18.9 react-dom@18.1.0 @expo/webpack-co

- Setting up [release-please-action][release-please-github-action-repo] for `expo` release type strategy.

- 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 (note inline comment) <!-- x-release-please-version -->
- 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.1 (note inline comment) <!-- x-release-please-version -->

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

Expand Down
2 changes: 1 addition & 1 deletion app.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"expo": {
"name": "expo-release-please-example",
"slug": "expo-release-please-example",
"version": "1.0.0",
"version": "1.0.1",
"orientation": "portrait",
"icon": "./assets/icon.png",
"userInterfaceStyle": "light",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "expo-release-please-example",
"version": "1.0.0",
"version": "1.0.1",
"main": "node_modules/expo/AppEntry.js",
"engines": {
"node": "16.19.0"
Expand Down

0 comments on commit e78d010

Please sign in to comment.