5
0
Fork 0
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:
Wagner Santos 2019-10-18 16:55:42 -03:00
parent 7003639b26
commit a64f515279
4 changed files with 12 additions and 3 deletions

View file

@ -1,3 +1,12 @@
<a name="1.2.1"></a>
## [1.2.1](https://github.com/wagoid/commitlint-github-action/compare/v1.2.0...v1.2.1) (2019-10-18)
### Bug Fixes
- also show stack when an error happens ([2c42093](https://github.com/wagoid/commitlint-github-action/commit/2c42093))
- lerna scopes not working due to missing lerna dependency ([99b068a](https://github.com/wagoid/commitlint-github-action/commit/99b068a))
<a name="1.2.0"></a>
## [1.2.1](https://github.com/wagoid/commitlint-github-action/compare/v1.1.1...v1.2.0) (2019-10-15)

View file

@ -10,7 +10,7 @@ inputs:
default: true
runs:
using: 'docker'
image: 'docker://wagoid/commitlint-github-action:1.2.0'
image: 'docker://wagoid/commitlint-github-action:1.2.1'
branding:
icon: 'check-square'
color: 'blue'

2
package-lock.json generated
View file

@ -1,6 +1,6 @@
{
"name": "commitlint-github-action",
"version": "1.2.0",
"version": "1.2.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View file

@ -1,6 +1,6 @@
{
"name": "commitlint-github-action",
"version": "1.2.0",
"version": "1.2.1",
"description": "commitlint github action",
"main": "index.js",
"scripts": {