mirror of
https://github.com/wagoid/commitlint-github-action.git
synced 2025-11-07 16:06:56 +00:00
chore(release): bump version
This commit is contained in:
parent
beb4b9b431
commit
8bf6195a48
4 changed files with 32 additions and 3 deletions
29
CHANGELOG.md
Normal file
29
CHANGELOG.md
Normal file
|
|
@ -0,0 +1,29 @@
|
||||||
|
<a name="1.1.1"></a>
|
||||||
|
|
||||||
|
## [1.1.1](https://github.com/wagoid/commitlint-github-action/compare/v1.1.0...v1.1.1) (2019-10-08)
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
- do not call `require` in the config file to allow other file types ([949b695](https://github.com/wagoid/commitlint-github-action/commit/949b695))
|
||||||
|
|
||||||
|
<a name="1.1.0"></a>
|
||||||
|
|
||||||
|
# [1.1.0](https://github.com/wagoid/commitlint-github-action/compare/v1.0.0...v1.1.0) (2019-10-04)
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
- use image from docker hub ([9379b32](https://github.com/wagoid/commitlint-github-action/commit/9379b32))
|
||||||
|
|
||||||
|
<a name="1.0.0"></a>
|
||||||
|
|
||||||
|
# 1.0.0 (2019-10-02)
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
- make action name unique ([fd906ae](https://github.com/wagoid/commitlint-github-action/commit/fd906ae))
|
||||||
|
- revert action to use debian image ([33f8aa3](https://github.com/wagoid/commitlint-github-action/commit/33f8aa3))
|
||||||
|
- use Commit Linter as a unique action name ([dedf966](https://github.com/wagoid/commitlint-github-action/commit/dedf966))
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
- add commitlint action ([478fbaf](https://github.com/wagoid/commitlint-github-action/commit/478fbaf))
|
||||||
|
|
@ -17,7 +17,7 @@ jobs:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
- uses: wagoid/commitlint-github-action@v1.1.0
|
- uses: wagoid/commitlint-github-action@v1.1.1
|
||||||
```
|
```
|
||||||
|
|
||||||
## Inputs
|
## Inputs
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@ inputs:
|
||||||
default: './commitlint.config.js'
|
default: './commitlint.config.js'
|
||||||
runs:
|
runs:
|
||||||
using: 'docker'
|
using: 'docker'
|
||||||
image: 'docker://wagoid/commitlint-github-action:1.1.0'
|
image: 'docker://wagoid/commitlint-github-action:1.1.1'
|
||||||
branding:
|
branding:
|
||||||
icon: 'check-square'
|
icon: 'check-square'
|
||||||
color: 'blue'
|
color: 'blue'
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "commitlint-github-action",
|
"name": "commitlint-github-action",
|
||||||
"version": "1.1.0",
|
"version": "1.1.1",
|
||||||
"description": "commitlint github action",
|
"description": "commitlint github action",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue