diff --git a/.gitignore b/.gitignore index a9433a2..1257e0f 100644 --- a/.gitignore +++ b/.gitignore @@ -3,7 +3,5 @@ # ----------------------------------------------- # *.log -.nyc_output -coverage node_modules **/dist diff --git a/.semantic.json b/.semantic.json index 21ada31..d04c774 100644 --- a/.semantic.json +++ b/.semantic.json @@ -31,7 +31,8 @@ } }], ["@semantic-release/github", { - "successComment": false + "successComment": false, + "failComment": false }], "@semantic-release/npm" ]