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

Commit f5bc573

Browse files
chore(release): 3.4.1-beta.2 [skip ci]
### [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))
1 parent 7c3a609 commit f5bc573

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Diff for: README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
runs-on: ubuntu-latest
4444
steps:
4545
- uses: actions/checkout@v2
46-
- uses: bradennapier/[email protected].1
46+
- uses: bradennapier/[email protected].2
4747
```
4848
4949
## Features
@@ -77,9 +77,9 @@ You provide configuration properties within your workflow by using the `with` pr
7777
| issueSummaryType | string | compact | false | Changes the PR comment to be "full" (as shown on actions page) or "compact" |
7878
| 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' |
7979
| issueSummaryOnlyOnEvent | boolean | false | false | Only provide the issue summary comment if there are warnings or errors present? |
80+
| annotateWarnings | boolean | true | false | By setting this to "false", only errors will be annotated |
8081
| reportSuggestions | boolean | true | false | Report suggestions when available within the annotations? |
8182
| reportIgnoredFiles | boolean | false | false | Report a list of any ignored files? |
82-
| reportWarnings | boolean | true | false | By setting this to "false", only errors will be annotated |
8383
| reportWarningsAsErrors | boolean | false | false | Report any eslint warnings as errors? |
8484
| extensions | array | .js,.jsx,.ts,.tsx | false | An array of extensions to lint |
8585
| includeGlob | array | \*\*/\* | false | Optional array of globs to include from the changed files list |
@@ -131,7 +131,7 @@ jobs:
131131
runs-on: ubuntu-latest
132132
steps:
133133
- uses: actions/checkout@v2
134-
- uses: bradennapier/[email protected].1
134+
- uses: bradennapier/[email protected].2
135135
```
136136

137137
## Examples
@@ -149,7 +149,7 @@ jobs:
149149
runs-on: ubuntu-latest
150150
steps:
151151
- uses: actions/checkout@v2
152-
- uses: bradennapier/[email protected].1
152+
- uses: bradennapier/[email protected].2
153153
```
154154

155155
### Environment Variables
@@ -162,7 +162,7 @@ jobs:
162162
runs-on: ubuntu-latest
163163
steps:
164164
- uses: actions/checkout@v2
165-
- uses: bradennapier/[email protected].1
165+
- uses: bradennapier/[email protected].2
166166
env:
167167
NPM_TOKEN: ${{secrets.NPM_TOKEN}}
168168
```
@@ -175,7 +175,7 @@ jobs:
175175
runs-on: ubuntu-latest
176176
steps:
177177
- uses: actions/checkout@v2
178-
- uses: bradennapier/[email protected].1
178+
- uses: bradennapier/[email protected].2
179179
env:
180180
NPM_TOKEN: ${{secrets.NPM_TOKEN}}
181181
with:

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "typescript-action",
3-
"version": "3.4.1-beta.1",
3+
"version": "3.4.1-beta.2",
44
"private": true,
55
"description": "TypeScript template action",
66
"main": "lib/run.js",

0 commit comments

Comments
 (0)