Skip to content
This repository has been archived by the owner on Nov 18, 2024. It is now read-only.

Commit

Permalink
chore(release): 3.4.1-beta.2 [skip ci]
Browse files Browse the repository at this point in the history
### [3.4.1-beta.2](v3.4.1-beta.1...v3.4.1-beta.2) (2020-08-12)

### Bug Fixes

* rulesSummaries serialization fix ([2793acf](2793acf))
  • Loading branch information
semantic-release-bot committed Aug 12, 2020
1 parent 7c3a609 commit f5bc573
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: bradennapier/eslint-plus-action@v3.4.1-beta.1
- uses: bradennapier/eslint-plus-action@v3.4.1-beta.2
```
## Features
Expand Down Expand Up @@ -77,9 +77,9 @@ You provide configuration properties within your workflow by using the `with` pr
| issueSummaryType | string | compact | false | Changes the PR comment to be "full" (as shown on actions page) or "compact" |
| issueSummaryMethod | string | edit | false | When issueSummary is enabled, allows having the bot edit or refresh the comment on each new push, can be 'edit' or 'refresh' |
| issueSummaryOnlyOnEvent | boolean | false | false | Only provide the issue summary comment if there are warnings or errors present? |
| annotateWarnings | boolean | true | false | By setting this to "false", only errors will be annotated |
| reportSuggestions | boolean | true | false | Report suggestions when available within the annotations? |
| reportIgnoredFiles | boolean | false | false | Report a list of any ignored files? |
| reportWarnings | boolean | true | false | By setting this to "false", only errors will be annotated |
| reportWarningsAsErrors | boolean | false | false | Report any eslint warnings as errors? |
| extensions | array | .js,.jsx,.ts,.tsx | false | An array of extensions to lint |
| includeGlob | array | \*\*/\* | false | Optional array of globs to include from the changed files list |
Expand Down Expand Up @@ -131,7 +131,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: bradennapier/eslint-plus-action@v3.4.1-beta.1
- uses: bradennapier/eslint-plus-action@v3.4.1-beta.2
```

## Examples
Expand All @@ -149,7 +149,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: bradennapier/eslint-plus-action@v3.4.1-beta.1
- uses: bradennapier/eslint-plus-action@v3.4.1-beta.2
```

### Environment Variables
Expand All @@ -162,7 +162,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: bradennapier/eslint-plus-action@v3.4.1-beta.1
- uses: bradennapier/eslint-plus-action@v3.4.1-beta.2
env:
NPM_TOKEN: ${{secrets.NPM_TOKEN}}
```
Expand All @@ -175,7 +175,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: bradennapier/eslint-plus-action@v3.4.1-beta.1
- uses: bradennapier/eslint-plus-action@v3.4.1-beta.2
env:
NPM_TOKEN: ${{secrets.NPM_TOKEN}}
with:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "typescript-action",
"version": "3.4.1-beta.1",
"version": "3.4.1-beta.2",
"private": true,
"description": "TypeScript template action",
"main": "lib/run.js",
Expand Down

0 comments on commit f5bc573

Please sign in to comment.