Skip to content

Commit f114310

Browse files
committed
chore(release): publish
1 parent b7cb34d commit f114310

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
<a name="1.6.0"></a>
2+
3+
# [1.6.0](https://github.com/wagoid/commitlint-github-action/compare/v1.5.0...v1.6.0) (2020-03-11)
4+
5+
### Features
6+
7+
- upgrade to latest commitlint version ([6125fde](https://github.com/wagoid/commitlint-github-action/commit/6125fde))
8+
19
<a name="1.5.0"></a>
210

311
# [1.5.0](https://github.com/wagoid/commitlint-github-action/compare/v1.4.0...v1.5.0) (2020-02-22)

action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ inputs:
2020
required: false
2121
runs:
2222
using: 'docker'
23-
image: 'docker://wagoid/commitlint-github-action:1.5.0'
23+
image: 'docker://wagoid/commitlint-github-action:1.6.0'
2424
branding:
2525
icon: 'check-square'
2626
color: 'blue'

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "commitlint-github-action",
3-
"version": "1.5.0",
3+
"version": "1.6.0",
44
"description": "commitlint github action",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)