Skip to content

Commit

Permalink
release: new release for expo cli v3
Browse files Browse the repository at this point in the history
  • Loading branch information
byCedric committed Jul 22, 2019
1 parent 882d5f9 commit 55b9dc4
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [3.0.0](https://github.com/expo/expo-github-action/compare/2.3.2...3.0.0) (2019-07-23)

## Code refactors

* run travis in parallel for expo cli v2 and v3 ([882d5f9](https://github.com/expo/expo-github-action/commit/882d5f9))
* add latest expo-cli v3 but keep v2 images updated ([cd33736](https://github.com/expo/expo-github-action/commit/cd33736))


## [2.3.2](https://github.com/expo/expo-github-action/compare/2.3.1...2.3.2) (2019-05-09)

### Bug fixes
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM bycedric/expo-cli:2
FROM bycedric/expo-cli:3

LABEL com.github.actions.name="Expo CLI"
LABEL com.github.actions.description="Use any Expo CLI command in your GitHub Actions workflow."
Expand All @@ -11,4 +11,4 @@ COPY entrypoint.sh LICENSE.md README.md /
# see: https://github.com/expo/expo-github-action/#overwriting-node_options
ENV NODE_OPTIONS="--max_old_space_size=4096"

entrypoint ["/entrypoint.sh"]
ENTRYPOINT ["/entrypoint.sh"]
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ action "Install" {
action "Publish" {
needs = "Install"
uses = "expo/expo-github-action@2.3.2"
uses = "expo/expo-github-action@3.0.0"
args = "publish"
secrets = ["EXPO_CLI_USERNAME", "EXPO_CLI_PASSWORD"]
}
Expand Down Expand Up @@ -110,7 +110,7 @@ action "Filter branch" {
action "Publish" {
needs = "Filter branch"
uses = "expo/expo-github-action@2.3.2"
uses = "expo/expo-github-action@3.0.0"
args = "publish"
secrets = ["EXPO_CLI_USERNAME", "EXPO_CLI_PASSWORD"]
}
Expand Down Expand Up @@ -143,7 +143,7 @@ action "Test" {
action "Build" {
needs = "Test"
uses = "expo/expo-github-action@2.3.2"
uses = "expo/expo-github-action@3.0.0"
args = "build:web"
}
```
Expand Down

0 comments on commit 55b9dc4

Please sign in to comment.