Skip to content

Commit

Permalink
chore(release): 3.2.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.2.0](bradennapier/eslint-plus-action@v3.1.0...v3.2.0) (2020-07-14)

### Features

* batched annotations ([10762c9](bradennapier@10762c9)), closes [/developer.github.com/v3/checks/runs/#output-object-1](https://github.com//developer.github.com/v3/checks/runs//issues/output-object-1)
* force release ([ae874bf](bradennapier@ae874bf))
  • Loading branch information
semantic-release-bot committed Jul 14, 2020
1 parent ae874bf commit dcbe0e3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: bradennapier/eslint-plus-action@__VERSION__
- uses: bradennapier/eslint-plus-action@v3.2.0
```
## Features
Expand Down Expand Up @@ -128,7 +128,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: bradennapier/eslint-plus-action@__VERSION__
- uses: bradennapier/eslint-plus-action@v3.2.0
```

## Examples
Expand All @@ -146,7 +146,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: bradennapier/eslint-plus-action@__VERSION__
- uses: bradennapier/eslint-plus-action@v3.2.0
```

### Environment Variables
Expand All @@ -159,7 +159,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: bradennapier/eslint-plus-action@__VERSION__
- uses: bradennapier/eslint-plus-action@v3.2.0
env:
NPM_TOKEN: ${{secrets.NPM_TOKEN}}
```
Expand All @@ -172,7 +172,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: bradennapier/eslint-plus-action@__VERSION__
- uses: bradennapier/eslint-plus-action@v3.2.0
env:
NPM_TOKEN: ${{secrets.NPM_TOKEN}}
with:
Expand Down

0 comments on commit dcbe0e3

Please sign in to comment.