Skip to content

Commit

Permalink
chore: create new release 7.2.0
Browse files Browse the repository at this point in the history
## [7.2.0](7.1.1...7.2.0) (2022-04-07)

### New features

* **comment:** add comment-based action to interact with eas in pulls ([#171](#171)) ([088fd4e](088fd4e))

### Other chores

* bump minimist from 1.2.5 to 1.2.6 ([#173](#173)) ([72721e5](72721e5))
* clean the repo instead of checking out ([ec1a49b](ec1a49b))
* disallow any linting issues for pulls ([#177](#177)) ([b5a8ca7](b5a8ca7))

### Documentation changes

* **command:** clean up the readme code example ([0811162](0811162))
* update the release steps in the contribution guide ([b3b45ee](b3b45ee))
  • Loading branch information
semantic-release-bot committed Apr 7, 2022
1 parent b3b45ee commit f98a64c
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
## [7.2.0](https://github.com/expo/expo-github-action/compare/7.1.1...7.2.0) (2022-04-07)


### New features

* **comment:** add comment-based action to interact with eas in pulls ([#171](https://github.com/expo/expo-github-action/issues/171)) ([088fd4e](https://github.com/expo/expo-github-action/commit/088fd4e6fdfc0c17a87a176a2a7bee50b18482c9))


### Other chores

* bump minimist from 1.2.5 to 1.2.6 ([#173](https://github.com/expo/expo-github-action/issues/173)) ([72721e5](https://github.com/expo/expo-github-action/commit/72721e5519453138c89882c06954665b116f1dc7))
* clean the repo instead of checking out ([ec1a49b](https://github.com/expo/expo-github-action/commit/ec1a49baeb2ec1c952f1fc96f6c25baaaedeb40e))
* disallow any linting issues for pulls ([#177](https://github.com/expo/expo-github-action/issues/177)) ([b5a8ca7](https://github.com/expo/expo-github-action/commit/b5a8ca7f7ff3dc5ec7126734447ad1451337b81d))


### Documentation changes

* **command:** clean up the readme code example ([0811162](https://github.com/expo/expo-github-action/commit/0811162597bbb2719038d9bac02bd074a5d6d124))
* update the release steps in the contribution guide ([b3b45ee](https://github.com/expo/expo-github-action/commit/b3b45ee53f1b6ce7e1db84a06047941fbea5c236))

### [7.1.1](https://github.com/expo/expo-github-action/compare/7.1.0...7.1.1) (2022-03-17)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "expo-github-action",
"version": "7.1.1",
"version": "7.2.0",
"description": "Expo CLI in your GitHub Actions workflow",
"main": "build/index.js",
"repository": {
Expand Down

0 comments on commit f98a64c

Please sign in to comment.