Skip to content

Commit

Permalink
release: new release for yml github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
byCedric committed Sep 29, 2019
1 parent 38e963b commit a80a00b
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 4 deletions.
34 changes: 34 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,37 @@
## [4.0.0](https://github.com/expo/expo-github-action/compare/3.0.0...4.0.0) (2019-09-29)

### New features

* add github workflow for ci ([929a76c](https://github.com/expo/expo-github-action/commit/929a76c))
* add new expo action cli install concept ([98b1bea](https://github.com/expo/expo-github-action/commit/98b1bea))
* use new action metadata format ([81344e4](https://github.com/expo/expo-github-action/commit/81344e4))

### Bug fixes

* add build and node node modules before commit ([00692c4](https://github.com/expo/expo-github-action/commit/00692c4))
* add build and node node modules in husky hook ([b2929e3](https://github.com/expo/expo-github-action/commit/b2929e3))

### Code refactors

* remove travis config and base images ([e72ddd8](https://github.com/expo/expo-github-action/commit/e72ddd8))
* move entry point to expo as proxy ([caf499b](https://github.com/expo/expo-github-action/commit/caf499b))
* update proxy for non-interactive mode and help links ([5cfaee2](https://github.com/expo/expo-github-action/commit/5cfaee2))

### Documentation changes

* update documentation for the new action ([38e963b](https://github.com/expo/expo-github-action/commit/38e963b))
* simplify and link the environment variables info ([26c734a](https://github.com/expo/expo-github-action/commit/26c734a))
* replace aliased email with normal email ([f3bc71a](https://github.com/expo/expo-github-action/commit/f3bc71a))
* write about entry point proxy and restructure for easy access ([4766fa8](https://github.com/expo/expo-github-action/commit/4766fa8))
* update license dates ([89005bc](https://github.com/expo/expo-github-action/commit/89005bc))

### Other chores

* add linter and fix all files ([04cd479](https://github.com/expo/expo-github-action/commit/04cd479))
* add husky for repository deployments ([cec6e50](https://github.com/expo/expo-github-action/commit/cec6e50))
* add all missing tests ([22df52e](https://github.com/expo/expo-github-action/commit/22df52e))


## [3.0.0](https://github.com/expo/expo-github-action/compare/2.3.2...3.0.0) (2019-07-23)

## Code refactors
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
- uses: actions/setup-node@v1
with:
node-version: 12.x
- uses: expo/expo-github-action@refactor/update-action
- uses: expo/expo-github-action@v4
with:
expo-version: 3.x
expo-username: ${{ secrets.EXPO_CLI_USERNAME }}
Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:
- uses: actions/setup-node@v1
with:
node-version: 12.x
- uses: expo/expo-github-action@refactor/update-action
- uses: expo/expo-github-action@v4
with:
expo-version: 3.x
- run: npm ci
Expand Down Expand Up @@ -134,7 +134,7 @@ jobs:
- uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node }}
- uses: expo/expo-github-action@refactor/update-action
- uses: expo/expo-github-action@v4
with:
expo-version: 3.x
- run: npm ci
Expand Down Expand Up @@ -163,7 +163,7 @@ jobs:
- uses: actions/setup-node@v1
with:
node-version: 12.x
- uses: expo/expo-github-action@refactor/update-action
- uses: expo/expo-github-action@v4
with:
expo-version: 3.x
- run: npm ci
Expand Down

0 comments on commit a80a00b

Please sign in to comment.