5
0
Fork 0
mirror of https://github.com/wagoid/commitlint-github-action.git synced 2025-11-07 08:06:54 +00:00
Commit graph

72 commits

Author SHA1 Message Date
Jeroen de Bruijn
a0b2acf16c
style: add ESLint ignore file to enable linting of dotfiles (#103)
Closes #100.
2021-02-25 19:03:56 +01:00
Jeroen de Bruijn
657daf298c
chore: move Husky configuration to .husky as per v5 documentation (#101)
Closes #98.
2021-02-25 13:43:24 +01:00
GitHub Action
8752887edd chore(release): publish 3.0.0 [skip-ci] 2021-02-24 19:23:41 +00:00
Jeroen de Bruijn
8b0b095f5e
fix(deps): udpate commitlint monorepo to v12
BREAKING CHANGE: Remove support for lerna v2 and change the order of the `extends` resolution
from right-to-left to left-to-right.

Closes #97.
2021-02-24 16:05:37 +01:00
GitHub Action
4b1bcb1c72 chore(release): publish 2.2.5 [skip-ci] 2021-02-18 18:14:55 +00:00
Wagner Santos
51913c302c style: add eslint to the project
The config is based on airbnb shared config, with some rules that work better with the project.
2021-02-18 14:43:25 -03:00
GitHub Action
300f6dc47c chore(release): publish 2.2.4 [skip-ci] 2021-02-17 14:03:10 +00:00
dependabot[bot]
25f7bb81c1 chore(deps-dev): bump standard-version from 9.0.0 to 9.1.0
Bumps [standard-version](https://github.com/conventional-changelog/standard-version) from 9.0.0 to 9.1.0.
- [Release notes](https://github.com/conventional-changelog/standard-version/releases)
- [Changelog](https://github.com/conventional-changelog/standard-version/blob/master/CHANGELOG.md)
- [Commits](https://github.com/conventional-changelog/standard-version/compare/v9.0.0...v9.1.0)

Signed-off-by: dependabot[bot] <support@github.com>
2021-02-17 10:55:07 -03:00
dependabot[bot]
bee74bb12f chore(deps): bump @actions/github from 1.1.0 to 4.0.0
Bumps [@actions/github](https://github.com/actions/toolkit/tree/HEAD/packages/github) from 1.1.0 to 4.0.0.
- [Release notes](https://github.com/actions/toolkit/releases)
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/github/RELEASES.md)
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/github)

Signed-off-by: dependabot[bot] <support@github.com>
2021-02-17 10:44:17 -03:00
dependabot[bot]
7914bc72ab chore(deps): bump execa from 4.0.3 to 5.0.0
Bumps [execa](https://github.com/sindresorhus/execa) from 4.0.3 to 5.0.0.
- [Release notes](https://github.com/sindresorhus/execa/releases)
- [Commits](https://github.com/sindresorhus/execa/compare/v4.0.3...v5.0.0)

Signed-off-by: dependabot[bot] <support@github.com>
2021-02-17 10:41:01 -03:00
dependabot[bot]
45f13fac22 chore(deps-dev): bump jest from 24.9.0 to 26.6.3
Bumps [jest](https://github.com/facebook/jest) from 24.9.0 to 26.6.3.
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/facebook/jest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/facebook/jest/compare/v24.9.0...v26.6.3)

Signed-off-by: dependabot[bot] <support@github.com>
2021-02-17 10:38:31 -03:00
dependabot[bot]
d8243084fe chore(deps-dev): bump conventional-changelog-cli from 2.1.0 to 2.1.1
Bumps [conventional-changelog-cli](https://github.com/conventional-changelog/conventional-changelog) from 2.1.0 to 2.1.1.
- [Release notes](https://github.com/conventional-changelog/conventional-changelog/releases)
- [Commits](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-cli@2.1.0...conventional-changelog-cli@2.1.1)

Signed-off-by: dependabot[bot] <support@github.com>
2021-02-17 10:34:54 -03:00
dependabot[bot]
591d3d30aa chore(deps-dev): bump lint-staged from 10.5.1 to 10.5.4
Bumps [lint-staged](https://github.com/okonet/lint-staged) from 10.5.1 to 10.5.4.
- [Release notes](https://github.com/okonet/lint-staged/releases)
- [Commits](https://github.com/okonet/lint-staged/compare/v10.5.1...v10.5.4)

Signed-off-by: dependabot[bot] <support@github.com>
2021-02-17 10:32:31 -03:00
Wagner Santos
9039574add
Merge pull request #83 from wagoid/dependabot/npm_and_yarn/husky-5.0.9
chore(deps-dev): bump husky from 3.1.0 to 5.0.9
2021-02-17 10:28:27 -03:00
Wagner Santos
5c1db3aec1
Merge pull request #82 from wagoid/dependabot/npm_and_yarn/prettier-2.2.1
chore(deps-dev): bump prettier from 1.19.1 to 2.2.1
2021-02-17 10:27:42 -03:00
dependabot[bot]
d3e4621a07
chore(deps-dev): bump husky from 3.1.0 to 5.0.9
Bumps [husky](https://github.com/typicode/husky) from 3.1.0 to 5.0.9.
- [Release notes](https://github.com/typicode/husky/releases)
- [Commits](https://github.com/typicode/husky/compare/v3.1.0...v5.0.9)

Signed-off-by: dependabot[bot] <support@github.com>
2021-02-15 09:22:57 +00:00
GitHub Action
f0f333025c chore(release): publish 2.2.3 [skip-ci] 2021-02-15 09:21:17 +00:00
Wagner Santos
cd7f07d5ef style: ignore body-max-line-length rule for deps commits 2021-02-12 16:42:03 -03:00
dependabot[bot]
8c8c7f1c74
chore(deps-dev): bump prettier from 1.19.1 to 2.2.1
Bumps [prettier](https://github.com/prettier/prettier) from 1.19.1 to 2.2.1.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier/compare/1.19.1...2.2.1)

Signed-off-by: dependabot[bot] <support@github.com>
2021-02-10 14:53:29 +00:00
GitHub Action
9befae6e79 chore(release): publish 2.2.2 [skip-ci] 2021-02-10 14:52:10 +00:00
GitHub Action
3d26359e33 chore(release): publish 2.2.1 [skip-ci] 2021-02-10 14:47:56 +00:00
Frazer Smith
7c72676b5b
build(deps): remove uuid
Not used
2021-02-10 14:28:48 +00:00
GitHub Action
a3d54772d1 chore(release): publish 2.2.0 [skip-ci] 2021-02-07 10:27:39 +00:00
GitHub Action
771ad9d88a chore(release): publish 2.1.7 [skip-ci] 2021-01-28 22:48:27 +00:00
GitHub Action
1788ebdc06 chore(release): publish 2.1.6 [skip-ci] 2020-12-16 22:44:52 +00:00
Wagner Santos
e352a55405 chore(deps): bump @actions/core from 1.2.5 to 1.2.6
Dependabot PR: https://github.com/wagoid/commitlint-github-action/pull/56
2020-12-16 19:42:09 -03:00
GitHub Action
03419eb622 chore(release): publish 2.1.5 [skip-ci] 2020-12-16 22:16:59 +00:00
GitHub Action
a66e75ff01 chore(release): publish 2.1.4 [skip-ci] 2020-12-03 13:38:17 +00:00
Jeroen de Bruijn
7e1866e588
test: run tests before committing, in addition to pretty-quick
`pretty-quick` is not needed any more as lint-staged can run prettier with just the staged files,
thus getting the same behaviour.

Closes #60.
2020-12-03 14:32:31 +01:00
GitHub Action
495efc5011 chore(release): publish 2.1.3 [skip-ci] 2020-11-29 09:59:12 +00:00
Jeroen de Bruijn
faf96bdaa9
chore: check commit messages with commitlint during commit
Closes #60.
2020-11-21 14:16:12 +01:00
GitHub Action
d6a383492a chore(release): publish 2.1.2 [skip-ci] 2020-11-21 09:36:25 +00:00
GitHub Action
87922b3ea6 chore(release): publish 2.1.1 [skip-ci] 2020-11-11 17:31:11 +00:00
ylemkimon
d67c2ec96c fix: do not run workflow commands in commit messages 2020-11-11 17:04:48 +00:00
GitHub Action
357a378538 chore(release): publish 2.1.0 [skip-ci] 2020-09-14 11:59:25 +00:00
Wagner Santos
f162ac07f9 feat: upgrade dependencies to their latest version 2020-09-14 08:56:46 -03:00
GitHub Action
b1064fae40 chore(release): publish 2.0.5 [skip-ci] 2020-09-14 11:40:13 +00:00
GitHub Action
09d6dc6c0a chore(release): publish 2.0.4 [skip-ci] 2020-09-14 11:37:24 +00:00
GitHub Action
2d572ed5ea chore(release): publish 2.0.3 [skip-ci] 2020-09-14 08:40:55 +00:00
GitHub Action
f58503be31 chore(release): publish 2.0.2 [skip-ci] 2020-08-22 09:54:38 +00:00
Wagner Santos
7ccafb1f5f ci: add release job 2020-08-22 06:50:29 -03:00
Wagner Santos
1ffd33d395 chore(release): publish 2020-08-20 08:54:51 -03:00
Wagner Santos
e93ddf07eb chore(release): publish 2020-08-02 11:26:02 -03:00
Wagner Santos
a413a3f439 feat: upgrade commitlint dependencies to v9
BREAKING CHANGE: this includes breaking changes from commitlint v9,
like the fact that `improvement` type is now rejected in `@commitlint/config-conventional`.
2020-08-02 11:22:53 -03:00
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