5
0
Fork 0
mirror of https://github.com/wagoid/commitlint-github-action.git synced 2025-11-07 08:06:54 +00:00
commitlint-github-action/CHANGELOG.md
2019-11-24 09:54:04 -03:00

2.8 KiB

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

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 require in 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