Skip to content

Commit 013e83a

Browse files
committed
🔖 (1.1.9) add a regex pattern to the ignoreCoveragePattern
1 parent 7a024d8 commit 013e83a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "danger-plugin-code-coverage",
3-
"version": "1.1.8",
3+
"version": "1.1.9",
44
"description": "Danger.JS plugin to display the code coverage on a pull request by commenting it via the CI",
55
"author": {
66
"name": "Guillaume Piedigrossi",
@@ -26,7 +26,7 @@
2626
"build": "tsc",
2727
"test": "jest",
2828
"prepublish": "yarn run build",
29-
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
29+
"semantic-release": "semantic-release && npm publish && semantic-release post",
3030
"prettier": "prettier",
3131
"prettier-write": "npm run prettier -- --parser typescript --no-semi --trailing-comma es5 --write --print-width 120",
3232
"prettier-project": "npm run prettier-write -- 'src/**/*.{ts,tsx}'",

0 commit comments

Comments
 (0)