Skip to content

Commit 712e31e

Browse files
authored
Bump version to v0.11.0 (#92)
* Bump version to v0.11.0 * Update the dist * Run the dist check only in the master
1 parent bf71b47 commit 712e31e

File tree

5 files changed

+8
-7
lines changed

5 files changed

+8
-7
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,11 @@ jobs:
2727
run: npm install
2828

2929
- name: Check if dist is updated
30+
if: github.ref == 'refs/heads/master'
3031
run: |
3132
npm run build
32-
set -e # exit immediatel if a command below returns a non-zero status
33-
git status # display the reuslts for debugging
33+
set -e # exit immediate if a command below returns a non-zero status
34+
git status # display the results for debugging
3435
test -z "$(git status --porcelain)"
3536
3637
- name: Run linter and tests

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ jobs:
199199
runs-on: ubuntu-latest
200200
steps:
201201
- name: Request review based on files changes and/or groups the author belongs to
202-
uses: necojackarc/auto-request-review@v0.10.0
202+
uses: necojackarc/auto-request-review@v0.11.0
203203
with:
204204
token: ${{ secrets.GITHUB_TOKEN }}
205205
config: .github/reviewers.yml # Config file location override

dist/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "auto-request-review",
3-
"version": "0.10.0",
3+
"version": "0.11.0",
44
"description": "GitHub Action that automatically requests review of a pull request based on files changed",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)