mirror of
https://github.com/wagoid/commitlint-github-action.git
synced 2025-11-09 00:36:55 +00:00
33 lines
1.2 KiB
Markdown
33 lines
1.2 KiB
Markdown
<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))
|
|
|
|
### Performance Improvements
|
|
|
|
- use smaller debian image ([9b3a9fc](https://github.com/wagoid/commitlint-github-action/commit/9b3a9fc))
|
|
|
|
<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))
|