We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a024d8 commit 013e83aCopy full SHA for 013e83a
1 file changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "danger-plugin-code-coverage",
3
- "version": "1.1.8",
+ "version": "1.1.9",
4
"description": "Danger.JS plugin to display the code coverage on a pull request by commenting it via the CI",
5
"author": {
6
"name": "Guillaume Piedigrossi",
@@ -26,7 +26,7 @@
26
"build": "tsc",
27
"test": "jest",
28
"prepublish": "yarn run build",
29
- "semantic-release": "semantic-release pre && npm publish && semantic-release post",
+ "semantic-release": "semantic-release && npm publish && semantic-release post",
30
"prettier": "prettier",
31
"prettier-write": "npm run prettier -- --parser typescript --no-semi --trailing-comma es5 --write --print-width 120",
32
"prettier-project": "npm run prettier-write -- 'src/**/*.{ts,tsx}'",
0 commit comments