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 2019-11-24 09:54:04 -03:00
parent 6546e18362
commit 439bc550a3
4 changed files with 13 additions and 3 deletions

View file

@ -1,3 +1,13 @@
<a name="1.2.3"></a>
## [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))
<a name="1.2.2"></a> <a name="1.2.2"></a>
## [1.2.2](https://github.com/wagoid/commitlint-github-action/compare/v1.2.1...v1.2.2) (2019-10-21) ## [1.2.2](https://github.com/wagoid/commitlint-github-action/compare/v1.2.1...v1.2.2) (2019-10-21)

View file

@ -17,7 +17,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps: steps:
- uses: actions/checkout@v1 - 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. 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.

View file

@ -10,7 +10,7 @@ inputs:
default: true default: true
runs: runs:
using: 'docker' using: 'docker'
image: 'docker://wagoid/commitlint-github-action:1.2.2' image: 'docker://wagoid/commitlint-github-action:1.2.3'
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.2.2", "version": "1.2.3",
"description": "commitlint github action", "description": "commitlint github action",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {