mirror of
https://github.com/wagoid/commitlint-github-action.git
synced 2025-11-07 08:06:54 +00:00
chore(release): publish
This commit is contained in:
parent
ad1a5cd85d
commit
5323f205d6
4 changed files with 11 additions and 3 deletions
|
|
@ -1,3 +1,11 @@
|
|||
<a name="1.3.0"></a>
|
||||
|
||||
# [1.3.0](https://github.com/wagoid/commitlint-github-action/compare/v1.2.3...v1.3.0) (2019-11-25)
|
||||
|
||||
### Features
|
||||
|
||||
- support opts for lint ([c1cb555](https://github.com/wagoid/commitlint-github-action/commit/c1cb555))
|
||||
|
||||
<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)
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ inputs:
|
|||
default: true
|
||||
runs:
|
||||
using: 'docker'
|
||||
image: 'docker://wagoid/commitlint-github-action:1.2.3'
|
||||
image: 'docker://wagoid/commitlint-github-action:1.3.0'
|
||||
branding:
|
||||
icon: 'check-square'
|
||||
color: 'blue'
|
||||
|
|
|
|||
2
package-lock.json
generated
2
package-lock.json
generated
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "commitlint-github-action",
|
||||
"version": "1.2.2",
|
||||
"version": "1.3.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "commitlint-github-action",
|
||||
"version": "1.2.3",
|
||||
"version": "1.3.0",
|
||||
"description": "commitlint github action",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue