Skip to content

Commit dbcd202

Browse files
committed
chore(release): publish
1 parent 813e6e2 commit dbcd202

4 files changed

Lines changed: 12 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
<a name="1.2.2"></a>
2+
3+
## [1.2.2](https://github.com/wagoid/commitlint-github-action/compare/v1.2.1...v1.2.2) (2019-10-21)
4+
5+
### Bug Fixes
6+
7+
- set [@commitlint](https://github.com/commitlint)/config-conventional to exact version 8.2.0 ([4fb9495](https://github.com/wagoid/commitlint-github-action/commit/4fb9495))
8+
- update [@commitlint](https://github.com/commitlint)/config-conventional to latest version ([bc31cec](https://github.com/wagoid/commitlint-github-action/commit/bc31cec))
9+
110
<a name="1.2.1"></a>
211

312
## [1.2.1](https://github.com/wagoid/commitlint-github-action/compare/v1.2.0...v1.2.1) (2019-10-18)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1818
steps:
1919
- uses: actions/checkout@v1
20-
- uses: wagoid/commitlint-github-action@v1.2.1
20+
- uses: wagoid/commitlint-github-action@v1.2.2
2121
```
2222
2323
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.

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ inputs:
1010
default: true
1111
runs:
1212
using: 'docker'
13-
image: 'docker://wagoid/commitlint-github-action:1.2.1'
13+
image: 'docker://wagoid/commitlint-github-action:1.2.2'
1414
branding:
1515
icon: 'check-square'
1616
color: 'blue'

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "commitlint-github-action",
3-
"version": "1.2.1",
3+
"version": "1.2.2",
44
"description": "commitlint github action",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)