Skip to content

Commit

Permalink
release: new release for node memory limit fix
Browse files Browse the repository at this point in the history
  • Loading branch information
byCedric committed Apr 16, 2019
1 parent 698a1c6 commit aff8989
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 3 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## [2.3.1](https://github.com/expo/expo-github-action/compare/2.3.0...2.3.1) (2019-04-17)

### Bug fixes

* increase node memory limit to 4gb ([4c25ef9](https://github.com/expo/expo-github-action/commit/4c25ef9))

### Documentation changes

* add note about overwriting node options ([aa752f2](https://github.com/expo/expo-github-action/commit/aa752f2))
* add extra link to base image in description ([fa42241](https://github.com/expo/expo-github-action/commit/fa42241))
* rename build action to remove ambiguity with other examples ([92beb0f](https://github.com/expo/expo-github-action/commit/92beb0f))

### Other chores

* make travis build the action to double check the docker file ([698a1c6](https://github.com/expo/expo-github-action/commit/698a1c6))


## [2.3.0](https://github.com/expo/expo-github-action/compare/2.2.0...2.3.0) (2019-04-14)

### New features
Expand Down
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/[email protected].0"
uses = "expo/[email protected].1"
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/[email protected].0"
uses = "expo/[email protected].1"
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/[email protected].0"
uses = "expo/[email protected].1"
args = "build:web"
}
```
Expand Down

0 comments on commit aff8989

Please sign in to comment.