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): bump version

This commit is contained in:
Wagner Santos 2019-10-15 11:32:39 -03:00
parent 02bab91ad9
commit dab1d7d5fd
3 changed files with 11 additions and 2 deletions

View file

@ -1,3 +1,12 @@
<a name="1.2.0"></a>
## [1.2.1](https://github.com/wagoid/commitlint-github-action/compare/v1.1.1...v1.2.0) (2019-10-15)
### Features
- add ability to run commitlint on events that are not pull requests ([23cd801](https://github.com/wagoid/commitlint-github-action/commit/23cd801))
- add firstParent input to ignore errors from your default branch ([598e473](https://github.com/wagoid/commitlint-github-action/commit/598e473))
<a name="1.1.1"></a> <a name="1.1.1"></a>
## [1.1.1](https://github.com/wagoid/commitlint-github-action/compare/v1.1.0...v1.1.1) (2019-10-08) ## [1.1.1](https://github.com/wagoid/commitlint-github-action/compare/v1.1.0...v1.1.1) (2019-10-08)

View file

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

View file

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