mirror of
https://github.com/wagoid/commitlint-github-action.git
synced 2025-11-07 08:06:54 +00:00
6.6 KiB
6.6 KiB
Changelog
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
2.0.4 (2020-09-14)
2.0.3 (2020-09-14)
2.0.2 (2020-08-22)
2.0.1 (2020-08-20)
Bug Fixes
2.0.0 (2020-08-02)
Features
- upgrade commitlint dependencies to v9 (a413a3f)
- use action input instead of env var to get the github token (18e9bff)
BREAKING CHANGES
- GITHUB_TOKEN env var is now ignored. In case a custom token is needed,
it'll be necessary to pass it via the
tokeninput from now on. - this includes breaking changes from commitlint v9,
like the fact that
improvementtype is now rejected in@commitlint/config-conventional.
1.8.0 (2020-08-02)
Features
1.7.0 (2020-07-03)
Performance Improvements
1.6.0 (2020-03-11)
Features
- upgrade to latest commitlint version (6125fde)
1.5.0 (2020-02-22)
Features
1.4.0 (2020-02-01)
Bug Fixes
- don't fail on warnings (6e0fcb1)
Features
- add helpURL parameter (f4821d1)
1.3.2 (2020-01-05)
Bug Fixes
- update jira rules (1be2ce0)
1.3.1 (2019-11-30)
Bug Fixes
1.3.0 (2019-11-25)
Features
- support opts for lint (c1cb555)
1.2.3 (2019-11-24)
Bug Fixes
- also check range of commits for push events (aa3e7ae)
- errors not showing when PR has only one commit (8dd0fbf)
- Jira rules can now be used out of the box (6cede4b)
1.2.2 (2019-10-21)
Bug Fixes
- set @commitlint/config-conventional to exact version 8.2.0 (4fb9495)
- update @commitlint/config-conventional to latest version (bc31cec)
1.2.1 (2019-10-18)
Bug Fixes
- also show stack when an error happens (2c42093)
- lerna scopes not working due to missing lerna dependency (99b068a)
1.2.1 (2019-10-15)
Features
- add ability to run commitlint on events that are not pull requests (23cd801)
- add firstParent input to ignore errors from your default branch (598e473)
1.1.1 (2019-10-08)
Bug Fixes
- do not call
requirein the config file to allow other file types (949b695)
1.1.0 (2019-10-04)
Features
- use image from docker hub (9379b32)
1.0.0 (2019-10-02)
Bug Fixes
- make action name unique (fd906ae)
- revert action to use debian image (33f8aa3)
- use Commit Linter as a unique action name (dedf966)
Features
- add commitlint action (478fbaf)