From dab1d7d5fda9697022413a069c63c52c0b412f7f Mon Sep 17 00:00:00 2001 From: Wagner Santos Date: Tue, 15 Oct 2019 11:32:39 -0300 Subject: [PATCH] chore(release): bump version --- CHANGELOG.md | 9 +++++++++ action.yml | 2 +- package.json | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 63f63b4..9e10d3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ + + +## [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)) + ## [1.1.1](https://github.com/wagoid/commitlint-github-action/compare/v1.1.0...v1.1.1) (2019-10-08) diff --git a/action.yml b/action.yml index 90d2d10..df997aa 100644 --- a/action.yml +++ b/action.yml @@ -10,7 +10,7 @@ inputs: default: true runs: using: 'docker' - image: 'docker://wagoid/commitlint-github-action:1.1.1' + image: 'docker://wagoid/commitlint-github-action:1.2.0' branding: icon: 'check-square' color: 'blue' diff --git a/package.json b/package.json index 3a9f8f0..e51e975 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "commitlint-github-action", - "version": "1.1.1", + "version": "1.2.0", "description": "commitlint github action", "main": "index.js", "scripts": {