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

240 commits

Author SHA1 Message Date
GitHub Action
ef84115a74 chore(release): publish 4.1.0 [skip-ci] 2021-07-17 15:29:45 +00:00
Wagner Santos
7a9b6965f0
Merge pull request #198 from wagoid/fix/commitlint-plugin-function-rules
feat: officially support commitlint-plugin-function-rules
2021-07-17 12:28:35 -03:00
wagoid
d6d6fc0ae0 feat: officially support commitlint-plugin-function-rules
Resolves #196
2021-07-17 12:25:55 -03:00
GitHub Action
66a6cf045d chore(release): publish 4.0.3 [skip-ci] 2021-07-17 15:23:04 +00:00
Wagner Santos
974c6904bc
Merge pull request #197 from wagoid/fix/build-the-action-with-rollup
fix: build the action with rollup
2021-07-17 12:22:08 -03:00
wagoid
2e578124a5 fix: build the action with rollup
On v4, we used the default nodejs resolution logic to allow ES modules in dependencies.
This created a breaking change of forcing users of this action
to use the .cjs extension instead of .js in config files.

With this fix, we now bundle the action with rollup to allow ES modules
in dependencies, while keeping the support for .js config files.

With this change, the default config file was returned back to .js instead of
.cjs.

Fixes #194
2021-07-17 12:19:13 -03:00
GitHub Action
0cb522abbc chore(release): publish 4.0.2 [skip-ci] 2021-07-15 18:55:28 +00:00
Wagner Santos
41bc97535b
Merge pull request #195 from wagoid/fix/default-to-cjs-extension
fix: default to .cjs extension in config files
2021-07-15 15:54:25 -03:00
wagoid
5b6cd1b23a fix: default to .cjs extension in config files 2021-07-15 15:51:26 -03:00
GitHub Action
0dd6697d4c chore(release): publish 4.0.1 [skip-ci] 2021-07-15 09:06:01 +00:00
Wagner Santos
46370a52cb
Merge pull request #193 from wagoid/chore/upgrade-deps-and-readme
chore: upgrade deps and readme
2021-07-15 06:04:32 -03:00
wagoid
e0fb983535 chore(deps-dev): upgrade devDeps and actions 2021-07-15 05:50:16 -03:00
wagoid
9ab6c49482 chore(dx): add .nvmrc file 2021-07-15 05:49:56 -03:00
wagoid
6ee5392862 docs: use v4 on usage instructions 2021-07-15 05:43:23 -03:00
GitHub Action
c6ec005917 chore(release): publish 4.0.0 [skip-ci] 2021-07-15 08:37:24 +00:00
Wagner Santos
711b4f40aa
Merge pull request #189 from wagoid/chore/upgrade-deps
chore: upgrade dependencies
2021-07-15 05:35:03 -03:00
wagoid
5463926c07 feat: update dependencies that needed to switch to ESM syntax
Some packages were updated to versions that now use ECMAScript modules,
so this repo was updated to use ES modules using Node.js built-in support.

Update was done using the great guide from @sindresorhus:
https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c
2021-07-07 15:17:00 -03:00
wagoid
9e5880e3f8 chore(deps): upgrade @commitlint dependencies
Resolves #187
2021-07-07 15:15:36 -03:00
wagoid
8ea34043f2 chore(dev-deps): upgrade devDependencies 2021-07-07 13:06:42 -03:00
wagoid
30d514f252 feat: upgrade to node.js 16 to support ES modules by default
This will help upgrading dependencies to new versions that are exported
as ESM.

BREAKING CHANGE: Node.js version used on the action updated from 12 to
16
2021-07-07 12:53:39 -03:00
GitHub Action
baffd3c16c chore(release): publish 3.1.4 [skip-ci] 2021-05-19 09:31:58 +00:00
Wagner Santos
cdbc702428
Merge pull request #158 from rizet/master
docs: resolve ambiguities
2021-05-19 06:30:28 -03:00
rizet
203ccfe5a4 docs: specify how to supply inputs 2021-05-18 18:48:01 -04:00
rizet
4874b95858
docs: link to more information on configurations 2021-05-18 18:47:19 -04:00
GitHub Action
a23ae3cf6e chore(release): publish 3.1.3 [skip-ci] 2021-05-10 16:50:57 +00:00
dependabot[bot]
7bd8b29e85
chore(deps): bump lodash from 4.17.20 to 4.17.21 (#154)
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.20 to 4.17.21.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.20...4.17.21)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-10 18:49:12 +02:00
GitHub Action
f18b9d06dc chore(release): publish 3.1.2 [skip-ci] 2021-05-08 19:59:28 +00:00
dependabot[bot]
848037f2af
chore(deps): bump handlebars from 4.7.6 to 4.7.7 (#153)
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.7.6 to 4.7.7.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/handlebars-lang/handlebars.js/blob/master/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.7.6...v4.7.7)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-08 21:58:01 +02:00
GitHub Action
6fc8cf6b6d chore(release): publish 3.1.1 [skip-ci] 2021-05-04 10:53:58 +00:00
Wagner Santos
b9ec86ae5a
Merge pull request #152 from sschuberth/patch-1
README: Add a link to the commitlink project
2021-05-04 07:52:34 -03:00
Sebastian Schuberth
ae7ecde18b docs(readme): add a link to the commitlink homepage 2021-05-04 12:42:31 +02:00
GitHub Action
1c603de78c chore(release): publish 3.1.0 [skip-ci] 2021-04-06 10:53:29 +00:00
Wagner Santos
1338299617
Merge pull request #135 from wagoid/feat/pull-request-target-event
feat: add support for pull_request_target event
2021-04-06 07:49:35 -03:00
wagoid
de51303046 feat: add support for pull_request_target event
Previously, the action was treating pull_request_target event as a regular push,
which was causing some issues.
2021-04-05 09:13:29 -03:00
GitHub Action
ab798dde93 chore(release): publish 3.0.8 [skip-ci] 2021-04-05 08:11:16 +00:00
Wagner Santos
4fbd5beb47
Merge pull request #131 from wagoid/docs/use-v3-action
docs: use v3 action on README.md
2021-04-05 05:09:45 -03:00
Wagner Santos
9c4a2f86a5
docs: use v3 action on README.md 2021-04-05 05:00:44 -03:00
GitHub Action
176bb3db76 chore(release): publish 3.0.7 [skip-ci] 2021-04-01 11:24:42 +00:00
dependabot[bot]
5edbbaddab
chore(deps-dev): bump eslint from 7.21.0 to 7.23.0 (#125)
Bumps [eslint](https://github.com/eslint/eslint) from 7.21.0 to 7.23.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v7.21.0...v7.23.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-04-01 13:23:22 +02:00
dependabot[bot]
a164903aea
chore(deps-dev): bump yaml from 1.10.0 to 1.10.2 (#126)
Bumps [yaml](https://github.com/eemeli/yaml) from 1.10.0 to 1.10.2.
- [Release notes](https://github.com/eemeli/yaml/releases)
- [Commits](https://github.com/eemeli/yaml/compare/v1.10.0...v1.10.2)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-04-01 13:23:11 +02:00
dependabot[bot]
e6050dbe3e
chore(deps-dev): bump husky from 5.1.2 to 6.0.0 (#123)
Bumps [husky](https://github.com/typicode/husky) from 5.1.2 to 6.0.0.
- [Release notes](https://github.com/typicode/husky/releases)
- [Commits](https://github.com/typicode/husky/compare/v5.1.2...v6.0.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-04-01 13:22:48 +02:00
GitHub Action
b50220da86 chore(release): publish 3.0.6 [skip-ci] 2021-03-02 21:23:26 +00:00
Wagner Santos
ca2b1bb13c
Merge pull request #120 from wagoid/ci/use-atomic-pushes
fix: perform an atomic push when releasing
2021-03-02 18:21:54 -03:00
GitHub Action
f92748fdeb chore(release): publish 3.0.5 [skip-ci] 2021-03-02 21:18:54 +00:00
Wagner Santos
66c928db05
Merge pull request #114 from wagoid/dependabot/npm_and_yarn/eslint-7.21.0
chore(deps-dev): bump eslint from 7.20.0 to 7.21.0
2021-03-02 18:17:12 -03:00
Wagner Santos
9d00d1e757 fix: perform an atomic push when releasing
This avoids the following error:
"Updates were rejected because the tip of your current branch is behind its remote counterpart"
This happens when a PR is merged while release is in progress.
2021-03-02 18:16:45 -03:00
dependabot[bot]
c700a3600e
chore(deps-dev): bump eslint from 7.20.0 to 7.21.0
Bumps [eslint](https://github.com/eslint/eslint) from 7.20.0 to 7.21.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v7.20.0...v7.21.0)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-02 21:14:41 +00:00
GitHub Action
79545937e0 chore(release): publish 3.0.4 [skip-ci] 2021-03-02 21:10:13 +00:00
Wagner Santos
683cc28012
Merge pull request #118 from wagoid/dependabot/npm_and_yarn/standard-version-9.1.1
chore(deps-dev): bump standard-version from 9.1.0 to 9.1.1
2021-03-02 18:08:51 -03:00
Wagner Santos
0f18a3c364
Merge pull request #119 from wagoid/dependabot/github_actions/actions/setup-node-v2.1.5
chore(deps): bump actions/setup-node from v2.1.4 to v2.1.5
2021-03-02 18:07:37 -03:00