5
0
Fork 0
mirror of https://github.com/wagoid/commitlint-github-action.git synced 2025-11-07 16:06:56 +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> <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) ## [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 default: true
runs: runs:
using: 'docker' using: 'docker'
image: 'docker://wagoid/commitlint-github-action:1.2.3' image: 'docker://wagoid/commitlint-github-action:1.3.0'
branding: branding:
icon: 'check-square' icon: 'check-square'
color: 'blue' color: 'blue'

2
package-lock.json generated
View file

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

View file

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