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:
parent
55cae67a2d
commit
be6d99998b
3 changed files with 10 additions and 2 deletions
|
|
@ -1,3 +1,11 @@
|
|||
<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)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
- do not try to get parent of push event's "before" field ([c1bba52](https://github.com/wagoid/commitlint-github-action/commit/c1bba52)), closes [#18](https://github.com/wagoid/commitlint-github-action/issues/18)
|
||||
|
||||
<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)
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ inputs:
|
|||
default: true
|
||||
runs:
|
||||
using: 'docker'
|
||||
image: 'docker://wagoid/commitlint-github-action:1.3.0'
|
||||
image: 'docker://wagoid/commitlint-github-action:1.3.1'
|
||||
branding:
|
||||
icon: 'check-square'
|
||||
color: 'blue'
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "commitlint-github-action",
|
||||
"version": "1.3.0",
|
||||
"version": "1.3.1",
|
||||
"description": "commitlint github action",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue