5
0
Fork 0
mirror of https://github.com/wagoid/commitlint-github-action.git synced 2025-11-07 08:06:54 +00:00

chore(release): publish

This commit is contained in:
Wagner Santos 2020-08-20 08:53:39 -03:00
parent 34cc85312e
commit 1ffd33d395
4 changed files with 9 additions and 3 deletions

View file

@ -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

View file

@ -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'

2
package-lock.json generated
View file

@ -1,6 +1,6 @@
{
"name": "commitlint-github-action",
"version": "2.0.0",
"version": "2.0.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View file

@ -1,6 +1,6 @@
{
"name": "commitlint-github-action",
"version": "2.0.0",
"version": "2.0.1",
"description": "commitlint github action",
"main": "index.js",
"scripts": {