From 439bc550a3f26edaeccefac40b7cb2e2dced6001 Mon Sep 17 00:00:00 2001 From: Wagner Santos Date: Sun, 24 Nov 2019 09:54:04 -0300 Subject: [PATCH] chore(release): publish --- CHANGELOG.md | 10 ++++++++++ README.md | 2 +- action.yml | 2 +- package.json | 2 +- 4 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b2e634a..9342097 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ + + +## [1.2.3](https://github.com/wagoid/commitlint-github-action/compare/v1.2.2...v1.2.3) (2019-11-24) + +### Bug Fixes + +- also check range of commits for push events ([aa3e7ae](https://github.com/wagoid/commitlint-github-action/commit/aa3e7ae)) +- errors not showing when PR has only one commit ([8dd0fbf](https://github.com/wagoid/commitlint-github-action/commit/8dd0fbf)) +- Jira rules can now be used out of the box ([6cede4b](https://github.com/wagoid/commitlint-github-action/commit/6cede4b)) + ## [1.2.2](https://github.com/wagoid/commitlint-github-action/compare/v1.2.1...v1.2.2) (2019-10-21) diff --git a/README.md b/README.md index de13891..138b46a 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} steps: - uses: actions/checkout@v1 - - uses: wagoid/commitlint-github-action@v1.2.2 + - uses: wagoid/commitlint-github-action@v1 ``` Alternatively, you can run on other event types such as `on: [push]`. In that case the action will lint the current commit instead of linting all commits from a pull request. diff --git a/action.yml b/action.yml index 7ed564f..a15a5a6 100644 --- a/action.yml +++ b/action.yml @@ -10,7 +10,7 @@ inputs: default: true runs: using: 'docker' - image: 'docker://wagoid/commitlint-github-action:1.2.2' + image: 'docker://wagoid/commitlint-github-action:1.2.3' branding: icon: 'check-square' color: 'blue' diff --git a/package.json b/package.json index 56626b9..a1adee6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "commitlint-github-action", - "version": "1.2.2", + "version": "1.2.3", "description": "commitlint github action", "main": "index.js", "scripts": {