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:
parent
b7cb34d1f9
commit
f114310111
4 changed files with 11 additions and 3 deletions
|
|
@ -1,3 +1,11 @@
|
||||||
|
<a name="1.6.0"></a>
|
||||||
|
|
||||||
|
# [1.6.0](https://github.com/wagoid/commitlint-github-action/compare/v1.5.0...v1.6.0) (2020-03-11)
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
- upgrade to latest commitlint version ([6125fde](https://github.com/wagoid/commitlint-github-action/commit/6125fde))
|
||||||
|
|
||||||
<a name="1.5.0"></a>
|
<a name="1.5.0"></a>
|
||||||
|
|
||||||
# [1.5.0](https://github.com/wagoid/commitlint-github-action/compare/v1.4.0...v1.5.0) (2020-02-22)
|
# [1.5.0](https://github.com/wagoid/commitlint-github-action/compare/v1.4.0...v1.5.0) (2020-02-22)
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,7 @@ inputs:
|
||||||
required: false
|
required: false
|
||||||
runs:
|
runs:
|
||||||
using: 'docker'
|
using: 'docker'
|
||||||
image: 'docker://wagoid/commitlint-github-action:1.5.0'
|
image: 'docker://wagoid/commitlint-github-action:1.6.0'
|
||||||
branding:
|
branding:
|
||||||
icon: 'check-square'
|
icon: 'check-square'
|
||||||
color: 'blue'
|
color: 'blue'
|
||||||
|
|
|
||||||
2
package-lock.json
generated
2
package-lock.json
generated
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "commitlint-github-action",
|
"name": "commitlint-github-action",
|
||||||
"version": "1.5.0",
|
"version": "1.6.0",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "commitlint-github-action",
|
"name": "commitlint-github-action",
|
||||||
"version": "1.5.0",
|
"version": "1.6.0",
|
||||||
"description": "commitlint github action",
|
"description": "commitlint github action",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue