Skip to content

Commit

Permalink
release: create renamed environment variables release
Browse files Browse the repository at this point in the history
  • Loading branch information
byCedric committed Apr 10, 2019
1 parent cd75584 commit 96ead1e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [2.2.0](https://github.com/bycedric/ci-expo/compare/2.1.0...2.2.0) (2019-04-10)

### Code refactors

* use better expo cli variables prefix ([cd75584](https://github.com/bycedric/ci-expo/commit/cd75584))

### Documentation changes

* pin actions to versions for future releases ([3c76843](https://github.com/bycedric/ci-expo/commit/3c76843))


## [2.1.0](https://github.com/bycedric/ci-expo/compare/2.0.0...2.1.0) (2019-04-10)

### Code refactors
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ action "Install" {
action "Publish" {
needs = "Install"
uses = "byCedric/ci-expo@2.1.0"
uses = "byCedric/ci-expo@2.2.0"
args = "publish"
secrets = ["EXPO_CLI_USERNAME", "EXPO_CLI_PASSWORD"]
}
Expand Down Expand Up @@ -101,7 +101,7 @@ action "Filter branch" {
action "Publish" {
needs = "Filter branch"
uses = "byCedric/ci-expo@2.1.0"
uses = "byCedric/ci-expo@2.2.0"
args = "publish"
secrets = ["EXPO_CLI_USERNAME", "EXPO_CLI_PASSWORD"]
}
Expand Down Expand Up @@ -134,7 +134,7 @@ action "Test" {
action "Publish" {
needs = "Test"
uses = "byCedric/ci-expo@2.1.0"
uses = "byCedric/ci-expo@2.2.0"
args = "build:web"
}
```
Expand Down

0 comments on commit 96ead1e

Please sign in to comment.