5
0
Fork 0
mirror of https://github.com/wagoid/commitlint-github-action.git synced 2025-11-09 16:46:55 +00:00
Commit graph

121 commits

Author SHA1 Message Date
Wagner Santos
a85daedc64 chore(release): publish 2020-08-02 07:02:32 -03:00
Wagner Santos
550792f0ca feat: add results output
Resolves #39
2020-08-02 06:42:18 -03:00
Wagner Santos
4b0886537a chore: obtain git hash too in the list of linted commits 2020-07-20 08:36:59 -03:00
Wagner Santos
5c56dec16a chore(release): publish 2020-07-03 16:08:10 -03:00
Wagner Santos
f114310111 chore(release): publish 2020-03-11 14:27:20 -03:00
Wagner Santos
6125fdec43 feat: upgrade to latest commitlint version
This includes new features and fixes like the support for `!` in the type/scope to mark a commit as a breaking change
2020-03-11 14:02:36 -03:00
Wagner Santos
b00c59b2b2 chore(release): publish 2020-02-22 09:50:30 -03:00
Wagner Santos
601b4ff681 chore(release): publish 2020-02-14 11:55:12 -03:00
Wagner Santos
85fcead13e chore(release): publish 2020-01-13 12:19:53 -03:00
Sam Myers
1be2ce0d7a
fix: update jira rules
Updates JIRA dependencies to 1.2.0

Fixes https://github.com/Gherciu/commitlint-jira/issues/7

Signed-off-by: Sam Myers <sam.myers@conduit.vc>
2020-01-03 13:10:15 -06:00
Wagner Santos
eac721a186 test: add tests for the action 2019-12-09 20:12:53 -03:00
Wagner Santos
5323f205d6 chore(release): publish 2019-11-25 11:55:53 -03:00
Jose Luis Navarro Vicente
6cede4b760
fix: Jira rules can now be used out of the box
Added the `commitlint-plugin-jira-rules` package. Also updated
the `commitlint-config-jira` to its latest version.
2019-11-24 12:43:32 +01:00
Wagner Santos
aa3e7ae63b fix: also check range of commits for push events
This covers the case when sending multiple commits together in ome push.
2019-11-23 18:33:59 -03:00
Jeroen de Bruijn
bc31cecbe8
fix: update @commitlint/config-conventional to latest version 2019-10-20 17:29:25 +02:00
Wagner Santos
a64f515279 chore(release): publish 2019-10-18 16:55:42 -03:00
Wagner Santos
99b068a844 fix: lerna scopes not working due to missing lerna dependency
`@commitlint/config-lerna-scopes` package depends on lerna but doesn't have `lerna` listed in its dependencies, so the action was failing. Since this action doesn't run in the repo's context, we need to install lerna as a dependency to make it work.
2019-10-18 16:44:52 -03:00
Wagner Santos
23cd801837 feat: add ability to run commitlint on events that are not pull requests
For any event that is not of type `pull_request`, we consider there will be a `GITHBU_SHA` defined and run lint against only this specific commit
sha.
This supports not only events of type `pull` but also other events that provide us a `GITHBU_SHA`, like `check_suite`.
2019-10-15 10:23:56 -03:00
Wagner Santos
d92577a12c docs: add changelog and script to generate it 2019-10-08 13:19:58 -03:00
Wagner Santos
3056734398 chore: remove unused dependencies 2019-10-04 00:18:00 -03:00
Wagner Santos
478fbaff69 feat: add commitlint action 2019-10-04 00:17:29 -03:00