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-02-01 17:02:03 -03:00
parent 6a11c8c653
commit 601b4ff681
4 changed files with 2401 additions and 2370 deletions

View file

@ -1,3 +1,15 @@
<a name="1.4.0"></a>
# [1.4.0](https://github.com/wagoid/commitlint-github-action/compare/v1.3.2...v1.4.0) (2020-02-01)
### Bug Fixes
- don't fail on warnings ([6e0fcb1](https://github.com/wagoid/commitlint-github-action/commit/6e0fcb1))
### Features
- add helpURL parameter ([f4821d1](https://github.com/wagoid/commitlint-github-action/commit/f4821d1))
<a name="1.3.2"></a>
## [1.3.2](https://github.com/wagoid/commitlint-github-action/compare/v1.3.1...v1.3.2) (2020-01-05)

View file

@ -20,7 +20,7 @@ inputs:
required: false
runs:
using: 'docker'
image: 'docker://wagoid/commitlint-github-action:1.3.2'
image: 'docker://wagoid/commitlint-github-action:1.4.0'
branding:
icon: 'check-square'
color: 'blue'

4755
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

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