diff --git a/CHANGELOG.md b/CHANGELOG.md index 65fa1d5..5b66823 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [2.0.1](https://github.com/wagoid/commitlint-github-action/compare/v2.0.0...v2.0.1) (2020-08-20) + +### Bug Fixes + +- action shows error ouput when not all commits have warnings ([0911cae](https://github.com/wagoid/commitlint-github-action/commit/0911cae00990e44bafab30af5357ed057b5cf964)), closes [#43](https://github.com/wagoid/commitlint-github-action/issues/43) + # [2.0.0](https://github.com/wagoid/commitlint-github-action/compare/v1.8.0...v2.0.0) (2020-08-02) ### Features diff --git a/action.yml b/action.yml index 982b194..b7d2fbd 100644 --- a/action.yml +++ b/action.yml @@ -32,7 +32,7 @@ outputs: description: The error and warning messages for each one of the analyzed commits runs: using: 'docker' - image: 'docker://wagoid/commitlint-github-action:2.0.0' + image: 'docker://wagoid/commitlint-github-action:2.0.1' branding: icon: 'check-square' color: 'blue' diff --git a/package-lock.json b/package-lock.json index e6d2d99..9cb6d2a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "commitlint-github-action", - "version": "2.0.0", + "version": "2.0.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 9433f0e..defabf9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "commitlint-github-action", - "version": "2.0.0", + "version": "2.0.1", "description": "commitlint github action", "main": "index.js", "scripts": {