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 2019-11-25 11:55:53 -03:00
parent ad1a5cd85d
commit 5323f205d6
4 changed files with 11 additions and 3 deletions

View file

@ -1,3 +1,11 @@
<a name="1.3.0"></a>
# [1.3.0](https://github.com/wagoid/commitlint-github-action/compare/v1.2.3...v1.3.0) (2019-11-25)
### Features
- support opts for lint ([c1cb555](https://github.com/wagoid/commitlint-github-action/commit/c1cb555))
<a name="1.2.3"></a>
## [1.2.3](https://github.com/wagoid/commitlint-github-action/compare/v1.2.2...v1.2.3) (2019-11-24)

View file

@ -10,7 +10,7 @@ inputs:
default: true
runs:
using: 'docker'
image: 'docker://wagoid/commitlint-github-action:1.2.3'
image: 'docker://wagoid/commitlint-github-action:1.3.0'
branding:
icon: 'check-square'
color: 'blue'

2
package-lock.json generated
View file

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

View file

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