Skip to content

Commit 62f9e70

Browse files
committed
5.3.11
1 parent b7115d2 commit 62f9e70

File tree

6 files changed

+11
-10
lines changed

6 files changed

+11
-10
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The more advanced settings are documented in the [wiki](https://github.com/danie
1414
dotnet-quality: 'ga'
1515

1616
- name: ReportGenerator
17-
uses: danielpalme/[email protected].10
17+
uses: danielpalme/[email protected].11
1818
with:
1919
reports: 'coverage.xml' # REQUIRED # The coverage reports that should be parsed (separated by semicolon). Globbing is supported.
2020
targetdir: 'coveragereport' # REQUIRED # The directory where the generated report should be saved.

dist/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Object.defineProperty(exports, "__esModule", ({ value: true }));
4242
const core = __importStar(__nccwpck_require__(2186));
4343
const exec = __importStar(__nccwpck_require__(1514));
4444
const fs = __importStar(__nccwpck_require__(7147));
45-
const VERSION = '5.3.10';
45+
const VERSION = '5.3.11';
4646
function run() {
4747
return __awaiter(this, void 0, void 0, function* () {
4848
try {

package-lock.json

Lines changed: 6 additions & 6 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": "ReportGenerator",
3-
"version": "5.3.10",
3+
"version": "5.3.11",
44
"description": "",
55
"main": "lib/reportgenerator.js",
66
"scripts": {

src/reportgenerator.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import * as core from '@actions/core';
22
import * as exec from '@actions/exec';
33
import * as fs from 'fs';
44

5-
const VERSION = '5.3.10';
5+
const VERSION = '5.3.11';
66

77
async function run() {
88
try {

update-version.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,6 @@ npm run build
1414

1515
git commit -a -m $To
1616
git tag -f v$To
17+
git tag -f $To
1718
git tag -f v5
1819
git tag -f 5

0 commit comments

Comments
 (0)