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

226 commits

Author SHA1 Message Date
Wagner Santos
15aa3a746a ci: fix Dockerfile replacement logic on workflow 2021-01-28 19:10:17 -03:00
GitHub Action
1788ebdc06 chore(release): publish 2.1.6 [skip-ci] 2020-12-16 22:44:52 +00:00
Wagner Santos
06f4c0810e
Merge pull request #68 from wagoid/chore/upgrade-actions/core
chore(deps): bump @actions/core from 1.2.5 to 1.2.6
2020-12-16 19:43:39 -03: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
Wagner Santos
579583f01c
Merge pull request #67 from wagoid/dependabot/npm_and_yarn/ini-1.3.8
chore(deps): bump ini from 1.3.5 to 1.3.8
2020-12-16 19:15:18 -03:00
dependabot[bot]
61ccf8447c
chore(deps): bump ini from 1.3.5 to 1.3.8
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.8.
- [Release notes](https://github.com/isaacs/ini/releases)
- [Commits](https://github.com/isaacs/ini/compare/v1.3.5...v1.3.8)

Signed-off-by: dependabot[bot] <support@github.com>
2020-12-11 22:02:00 +00:00
GitHub Action
a66e75ff01 chore(release): publish 2.1.4 [skip-ci] 2020-12-03 13:38:17 +00:00
Wagner Santos
9de243081d
Merge pull request #64 from jdbruijn/test/commit
test: run tests before committing, in addition to `pretty-quick`
2020-12-03 10:36:58 -03: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
Wagner Santos
20c2a6f143
Merge pull request #63 from jdbruijn/chore/commit-check
chore: check commit messages with commitlint during commit
2020-11-29 06:57:44 -03: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
Wagner Santos
4de4b89ad9
Merge pull request #62 from wagoid/ci/replace-set-env-with-new-method
ci: replace set-env calls with $GITHUB_ENV file
2020-11-21 06:35:17 -03:00
Wagner Santos
072351755b ci: replace set-env calls with $GITHUB_ENV file
Due to security reasons, ::set-env command doesn't work anymore. The new method of
updating env vars dynamically is through the $GITHUB_ENV file.
2020-11-21 06:32:32 -03:00
Wagner Santos
e14514cdf8
Merge pull request #59 from jdbruijn/docs/set-env
docs: use `env` to replace deprecated `set-env` in example
2020-11-20 18:07:04 -03:00
Jeroen de Bruijn
c2f10d94ca
docs: use env to replace deprecated set-env in example
`set-env` is deprecated and disabled as of November 16th, 2020 as mentioned on the GitHub blog.
https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/
2020-11-17 07:39:47 +01:00
GitHub Action
87922b3ea6 chore(release): publish 2.1.1 [skip-ci] 2020-11-11 17:31:11 +00:00
Wagner Santos
7ca5f3fc26
Merge pull request #58 from ylemkimon/workflow-command
fix: do not run workflow commands in commit messages
2020-11-11 14:29:42 -03: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
90ed56db73
Merge pull request #55 from wagoid/chore/upgrade-dependencies
chore: upgrade dependencies
2020-09-14 08:57:56 -03:00
dependabot[bot]
aa9a6f1e76 chore(deps): bump acorn from 5.7.3 to 5.7.4
Bumps [acorn](https://github.com/acornjs/acorn) from 5.7.3 to 5.7.4.
- [Release notes](https://github.com/acornjs/acorn/releases)
- [Commits](https://github.com/acornjs/acorn/compare/5.7.3...5.7.4)

Signed-off-by: dependabot[bot] <support@github.com>
2020-09-14 08:56:47 -03:00
dependabot[bot]
e49292f441 chore(deps): bump node-fetch from 2.6.0 to 2.6.1
Bumps [node-fetch](https://github.com/bitinn/node-fetch) from 2.6.0 to 2.6.1.
- [Release notes](https://github.com/bitinn/node-fetch/releases)
- [Changelog](https://github.com/node-fetch/node-fetch/blob/master/docs/CHANGELOG.md)
- [Commits](https://github.com/bitinn/node-fetch/compare/v2.6.0...v2.6.1)

Signed-off-by: dependabot[bot] <support@github.com>
2020-09-14 08:56:47 -03:00
Wagner Santos
a70da87c5c ci: fix changelog not being populated during release
Fixes #54
2020-09-14 08:56:46 -03:00
Wagner Santos
e58160759f docs: update CHANGELOG.md with updates that didn't appear due to CI issue 2020-09-14 08:56:46 -03:00
Wagner Santos
f162ac07f9 feat: upgrade dependencies to their latest version 2020-09-14 08:56:46 -03:00
dependabot[bot]
d11c8a5607 chore(deps): bump https-proxy-agent from 2.2.2 to 2.2.4
Bumps [https-proxy-agent](https://github.com/TooTallNate/node-https-proxy-agent)
from 2.2.2 to 2.2.4.
- [Release notes](https://github.com/TooTallNate/node-https-proxy-agent/releases)
- [Commits](https://github.com/TooTallNate/node-https-proxy-agent/compare/2.2.2...2.2.4)

Signed-off-by: dependabot[bot] <support@github.com>
2020-09-14 08:52:28 -03:00
dependabot[bot]
6462070d7e chore(deps): bump lodash from 4.17.14 to 4.17.20
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.14 to 4.17.20.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.14...4.17.20)

Signed-off-by: dependabot[bot] <support@github.com>
2020-09-14 08:46:12 -03:00
GitHub Action
b1064fae40 chore(release): publish 2.0.5 [skip-ci] 2020-09-14 11:40:13 +00:00
dependabot[bot]
54e32e2564 chore(deps): bump handlebars from 4.4.2 to 4.7.6
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.4.2 to 4.7.6.
- [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.4.2...v4.7.6)

Signed-off-by: dependabot[bot] <support@github.com>
2020-09-14 08:39:02 -03:00
GitHub Action
09d6dc6c0a chore(release): publish 2.0.4 [skip-ci] 2020-09-14 11:37:24 +00:00
dependabot[bot]
7c9f107367 chore(deps): bump yargs-parser from 13.1.1 to 13.1.2
Bumps [yargs-parser](https://github.com/yargs/yargs-parser) from 13.1.1 to 13.1.2.
- [Release notes](https://github.com/yargs/yargs-parser/releases)
- [Changelog](https://github.com/yargs/yargs-parser/blob/master/docs/CHANGELOG-full.md)
- [Commits](https://github.com/yargs/yargs-parser/commits)

Signed-off-by: dependabot[bot] <support@github.com>
2020-09-14 08:36:07 -03:00
GitHub Action
2d572ed5ea chore(release): publish 2.0.3 [skip-ci] 2020-09-14 08:40:55 +00:00
Wagner Santos
d46e8fea0a
Merge pull request #50 from fredicious/master
feat: use config-conventional as default config
2020-09-14 05:34:48 -03:00
Frederic Cabassut
183e260e9b
docs: mention default config fallback 2020-09-14 09:03:09 +02:00
Fred
7e678913ff feat: use config-conventional as default config 2020-09-07 12:42:19 +00:00
GitHub Action
f58503be31 chore(release): publish 2.0.2 [skip-ci] 2020-08-22 09:54:38 +00:00
Wagner Santos
9bda486b02
Merge pull request #46 from wagoid/ci/add-release-workflow
ci: add release job
2020-08-22 06:53:06 -03:00
Wagner Santos
7dc04121c2 ci: cache npm dependencies on CI 2020-08-22 06:50:33 -03: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
34cc85312e
Merge pull request #44 from wagoid/fix/action-showing-error-output-when-not-all-commits-have-warnings
fix: action shows error ouput when not all commits have warnings
2020-08-20 08:52:02 -03:00
Wagner Santos
0911cae009 fix: action shows error ouput when not all commits have warnings
Fixes #43
2020-08-20 08:33:46 -03:00
Wagner Santos
e93ddf07eb chore(release): publish 2020-08-02 11:26:02 -03:00
Wagner Santos
98391a559b
Merge pull request #42 from wagoid/feat/upgrade-commitlint-deps
feat: upgrade commitlint deps
2020-08-02 11:25:16 -03:00
Wagner Santos
18e9bff0e6 feat: use action input instead of env var to get the github token
BREAKING CHANGE: GITHUB_TOKEN env var is now ignored. In case a custom token is needed,
it'll be necessary to pass it via the `token` input from now on.
2020-08-02 11:23:03 -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