包详细信息

@pplancq/commitlint-config

pplancq623MIT2.2.3

pplancq commitlint config

commitlint, config

自述文件

@pplancq/commitlint-config

This package provides pplancq commitlint as an extensible shared config.

Usage

We export three commitlint configurations for your usage.

Install

npm install --save-dev @pplancq/commitlint-config

commitlint config

Use with command to enable the default configuration.

npx init-commitlint-config

@pplancq/commitlint-config

This is the default configuration. To use, add "commitlint": { "extends": ["@pplancq/commitlint-config"] } to your package.json.

更新日志

@pplancq/commitlint-config 2.2.3 (2025-05-13)

Bug Fixes

  • deps: update commitlint monorepo to ^19.8.1 (09899fd)

@pplancq/commitlint-config 2.2.2 (2025-03-10)

Bug Fixes

  • deps: update commitlint monorepo to ^19.8.0 (6416809)

@pplancq/commitlint-config 2.2.1 (2025-02-10)

Bug Fixes

  • deps: update commitlint monorepo to ^19.7.1 (8492588)

@pplancq/commitlint-config 2.2.0 (2024-05-06)

Features

  • dev-tools: add minimal nodejs versions for each package (0d8447a)

@pplancq/commitlint-config 2.1.2 (2024-04-16)

@pplancq/commitlint-config 2.1.1 (2024-03-25)

Bug Fixes

  • commitlint-config: fix case-sensitive to ignores release commit (ab9c5fd)

@pplancq/commitlint-config 2.1.0 (2024-03-20)

Features

  • commitlint-config: update max length for header body and footer (861521d), closes #149

Reverts

  • dev-tool: add package-lock when execute npm postversion (1e83fe7)

@pplancq/commitlint-config 2.0.0 (2024-03-12)

⚠ BREAKING CHANGES

  • commitlint-config: Bumps @commitlint/cli ^18.6.0 to ^19.0.3 the minimum requirements

Features

  • commitlint-config: bump @commitlint/cli from 18.6.0 to 19.0.3 (9c547fb)

@pplancq/commitlint-config 1.0.0 (2024-02-05)

Features

  • commitlint-config: add default config for commitlint (4f03d79)
  • commitlint-config: add script for init commitlint config (c2cbfe0)