We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd2751b commit e564a1eCopy full SHA for e564a1e
@commitlint/cli/src/cli.test.ts
@@ -439,7 +439,7 @@ test('should print help', async () => {
439
const cwd = await gitBootstrap('fixtures/default');
440
const actual = await cli(['--help'], {cwd})();
441
expect(actual.stdout).toMatchInlineSnapshot(`
442
- "@commitlint/cli@11.0.0 - Lint your commit messages
+ "@commitlint/cli@12.0.0 - Lint your commit messages
443
444
[input] reads from stdin if --edit, --env, --from and --to are omitted
445
0 commit comments