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 2020-01-05 07:10:18 -03:00
parent 903a877e82
commit 85fcead13e
5 changed files with 2381 additions and 2391 deletions

View file

@ -1,3 +1,11 @@
<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)
### Bug Fixes
- update jira rules ([1be2ce0](https://github.com/wagoid/commitlint-github-action/commit/1be2ce0))
<a name="1.3.1"></a>
## [1.3.1](https://github.com/wagoid/commitlint-github-action/compare/v1.3.0...v1.3.1) (2019-11-30)

View file

@ -5,12 +5,14 @@ inputs:
configFile:
description: 'commitlint config file'
default: './commitlint.config.js'
required: false
firstParent:
description: 'when set to true, we follow only the first parent commit when seeing a merge commit. More info in git-log docs https://git-scm.com/docs/git-log#Documentation/git-log.txt---first-parent'
default: true
default: 'true'
required: false
runs:
using: 'docker'
image: 'docker://wagoid/commitlint-github-action:1.3.1'
image: 'docker://wagoid/commitlint-github-action:1.3.2'
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.1",
"version": "1.3.2",
"description": "commitlint github action",
"main": "index.js",
"scripts": {

View file

@ -1 +0,0 @@
image=$()