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
6a11c8c653
commit
601b4ff681
4 changed files with 2401 additions and 2370 deletions
12
CHANGELOG.md
12
CHANGELOG.md
|
|
@ -1,3 +1,15 @@
|
||||||
|
<a name="1.4.0"></a>
|
||||||
|
|
||||||
|
# [1.4.0](https://github.com/wagoid/commitlint-github-action/compare/v1.3.2...v1.4.0) (2020-02-01)
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
- don't fail on warnings ([6e0fcb1](https://github.com/wagoid/commitlint-github-action/commit/6e0fcb1))
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
- add helpURL parameter ([f4821d1](https://github.com/wagoid/commitlint-github-action/commit/f4821d1))
|
||||||
|
|
||||||
<a name="1.3.2"></a>
|
<a name="1.3.2"></a>
|
||||||
|
|
||||||
## [1.3.2](https://github.com/wagoid/commitlint-github-action/compare/v1.3.1...v1.3.2) (2020-01-05)
|
## [1.3.2](https://github.com/wagoid/commitlint-github-action/compare/v1.3.1...v1.3.2) (2020-01-05)
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,7 @@ inputs:
|
||||||
required: false
|
required: false
|
||||||
runs:
|
runs:
|
||||||
using: 'docker'
|
using: 'docker'
|
||||||
image: 'docker://wagoid/commitlint-github-action:1.3.2'
|
image: 'docker://wagoid/commitlint-github-action:1.4.0'
|
||||||
branding:
|
branding:
|
||||||
icon: 'check-square'
|
icon: 'check-square'
|
||||||
color: 'blue'
|
color: 'blue'
|
||||||
|
|
|
||||||
4755
package-lock.json
generated
4755
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "commitlint-github-action",
|
"name": "commitlint-github-action",
|
||||||
"version": "1.3.2",
|
"version": "1.4.0",
|
||||||
"description": "commitlint github action",
|
"description": "commitlint github action",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue