Commits on Source (3)
-
Daniel Dehennin authored
When `commitlint` is executed in a repository containing a `tsconfig.json` file, it try to load this configuration to use it. This should be solved by the upstream issue https://github.com/conventional-changelog/commitlint/issues/3256 As a workaround, we execute `commitlint` from `/tmp` with the option `--cwd ${CI_PROJECT_DIR}`. * templates/Git.yaml (.git:commitlint): move to `/tmp` before execution. Pass the `--cwd` option to `commitlint`.
-
Daniel Dehennin authored
Resolve ".git:commitlint does not work for some typeScript project" See merge request !62
-
semantic-release-bot authored
### [1.11.1](https://gitlab.mim-libre.fr/EOLE/infra/ci-tools/compare/release/1.11.0...release/1.11.1) (2022-06-28) ### Bug Fixes * **.git:commitlint:** workaround loading project configuration ([fde1fc07](fde1fc07))