-
### 💠Describe the feature
`commitlint` provides support for multiple scopes:
https://commitlint.js.org/#/concepts-commit-conventions?id=multiple-scopes
When you use `@commitlint/cz-commitlint`…
-
I created my own adapter for commitizen. At first, I built the adapter using TSC.
The problem is that I export an async function:
```js
import { Inquirer } from 'inquirer';
import InquirerAutoCo…
-
As far as I've seen, 72 characters is a well known default. Is there a reason why this adapter hardcodes 100? I'd be awesome if it was at least configurable.
-
### 💠Describe the feature
I have couple questions:
- What is diff betn. `cz` and `czg`
- When to use `.commitlintrc.js` and `cz.config.js` and Do I need to install extra packages in case of `.co…
-
As title.
## Expected Behavior
## Current Behavior
i got `Could not find prompter method in the provided adapter module: @commitlint/prompt`
## Affected packages
- [ ] prompt
## Poss…
-
On latest `@nrwl` `15.7.2`
-
https://stackoverflow.com/questions/68448567/cz-conventional-changelog-for-jira-set-up-with-husky-v7-is-not-working
` "@digitalroute/cz-conventional-changelog-for-jira": "^6.5.0",
"husky": …
-
Code linting:
* Add an eslint file to `app/` (see https://github.com/typescript-cheatsheets/react#linting)
* TBD / based on language decision - linting rules for `iam/` and `schemas/`
Notable li…
-
From the last Travis log:
```text
npm notice
609npm notice 📦 commitizen@4.1.0
610npm notice === Tarball Contents ===
611npm notice 162B .editorconfig …
-
### Description
Right now we're using angular commit's convention which is a bit ambiguous about breaking changes and major releases and it is easy to release a breaking change as a minor release.
…