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
6c53f9a94c
commit
a85daedc64
4 changed files with 11 additions and 3 deletions
|
|
@ -1,3 +1,11 @@
|
|||
<a name="1.8.0"></a>
|
||||
|
||||
# [1.8.0](https://github.com/wagoid/commitlint-github-action/compare/v1.7.0...v1.8.0) (2020-08-02)
|
||||
|
||||
### Features
|
||||
|
||||
- add `results` output ([550792f](https://github.com/wagoid/commitlint-github-action/commit/550792f)), closes [#39](https://github.com/wagoid/commitlint-github-action/issues/39)
|
||||
|
||||
<a name="1.7.0"></a>
|
||||
|
||||
# [1.7.0](https://github.com/wagoid/commitlint-github-action/compare/v1.6.0...v1.7.0) (2020-07-03)
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@ outputs:
|
|||
description: The error and warning messages for each one of the analyzed commits
|
||||
runs:
|
||||
using: 'docker'
|
||||
image: 'docker://wagoid/commitlint-github-action:1.7.0'
|
||||
image: 'docker://wagoid/commitlint-github-action:1.8.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.7.0",
|
||||
"version": "1.8.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "commitlint-github-action",
|
||||
"version": "1.7.0",
|
||||
"version": "1.8.0",
|
||||
"description": "commitlint github action",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue