mirror of
https://github.com/ivuorinen/base-configs-commitlint.git
synced 2026-01-26 03:24:04 +00:00
v1.0.0
# 1.0.0 (2025-12-06) ### Bug Fixes * **github-action:** update github/codeql-action (v3.29.0 → v3.29.2) ([#2](https://github.com/ivuorinen/base-configs-commitlint/issues/2)) ([097517a](097517a276)) * **github-action:** update github/codeql-action (v3.29.2 → v3.29.4) ([#5](https://github.com/ivuorinen/base-configs-commitlint/issues/5)) ([7355b58](7355b5880f)) * **github-action:** update github/codeql-action (v3.29.4 → v3.29.5) ([#8](https://github.com/ivuorinen/base-configs-commitlint/issues/8)) ([0568859](0568859674)) * **github-action:** update github/codeql-action (v3.29.5 → v3.29.8) ([#10](https://github.com/ivuorinen/base-configs-commitlint/issues/10)) ([3ebcab9](3ebcab9361)) * **github-action:** update github/codeql-action (v3.29.8 → v3.29.9) ([#13](https://github.com/ivuorinen/base-configs-commitlint/issues/13)) ([dddcf2f](dddcf2febc)) * **github-action:** update github/codeql-action (v3.29.9 → v3.29.10) ([#15](https://github.com/ivuorinen/base-configs-commitlint/issues/15)) ([727dcde](727dcde5ab)) * **github-action:** update ivuorinen/actions (25.7.14 → 25.7.21) ([#6](https://github.com/ivuorinen/base-configs-commitlint/issues/6)) ([ac8730d](ac8730df35)) * **github-action:** update ivuorinen/actions (25.7.21 → 25.7.28) ([#7](https://github.com/ivuorinen/base-configs-commitlint/issues/7)) ([32f3980](32f3980cf6)) * **github-action:** update ivuorinen/actions (25.7.7 → 25.7.14) ([#4](https://github.com/ivuorinen/base-configs-commitlint/issues/4)) ([b980bb9](b980bb94ee)) * **github-action:** update ivuorinen/actions (25.8.11 → 25.8.18) ([#16](https://github.com/ivuorinen/base-configs-commitlint/issues/16)) ([20dcc54](20dcc545c1)) * **github-action:** update ivuorinen/actions (25.8.4 → 25.8.11) ([#14](https://github.com/ivuorinen/base-configs-commitlint/issues/14)) ([462341e](462341e31a)) * **github-release:** update adrienverge/yamllint (v1.37.0 → v1.37.1) ([#17](https://github.com/ivuorinen/base-configs-commitlint/issues/17)) ([5d615bf](5d615bfdc0)) * **github-release:** update bridgecrewio/checkov (3.2.400 → 3.2.464) ([#18](https://github.com/ivuorinen/base-configs-commitlint/issues/18)) ([2fcc1e5](2fcc1e5f98)) ### Features * **github-action:** update actions/checkout (v4.2.2 → v4.3.0) ([#12](https://github.com/ivuorinen/base-configs-commitlint/issues/12)) ([f029ffa](f029ffaa52)) * **github-action:** update ivuorinen/actions (25.6.17 → 25.7.7) ([#3](https://github.com/ivuorinen/base-configs-commitlint/issues/3)) ([301ca8a](301ca8a87a)) * **github-action:** update ivuorinen/actions (25.7.28 → 25.8.4) ([#9](https://github.com/ivuorinen/base-configs-commitlint/issues/9)) ([9d2ea4c](9d2ea4c21b)) * **github-release:** update igorshubovych/markdownlint-cli (v0.44.0 → v0.45.0) ([#19](https://github.com/ivuorinen/base-configs-commitlint/issues/19)) ([43c5faf](43c5fafffa)) * **github-release:** update koalaman/shellcheck-precommit (v0.10.0 → v0.11.0) ([#20](https://github.com/ivuorinen/base-configs-commitlint/issues/20)) ([ec65a96](ec65a96642)) * **github-release:** update renovatebot/pre-commit-hooks (39.227.2 → 39.264.0) ([#21](https://github.com/ivuorinen/base-configs-commitlint/issues/21)) ([d9897ab](d9897ab259)) * initial import from base-configs ([83ac19d](83ac19d6b9)) * release pipeline, packages, yarn upgrade ([cf9d8dc](cf9d8dc5a4)) * upgrade yarn, automation, configs, docs ([#74](https://github.com/ivuorinen/base-configs-commitlint/issues/74)) ([839b08b](839b08b173))
@ivuorinen/commitlint-config
ivuorinen's shareable configuration for
CommitLint.
Table of Contents
Installation
Install this config as a devDependencies:
# npm
npm install @ivuorinen/commitlint-config --save-dev
# Yarn
yarn add @ivuorinen/commitlint-config --dev
After installing it, a .commitlintrc.json file will be created automatically in the project's root folder with the following configuration:
{
"extends": ["@ivuorinen/commitlint-config"]
}
Documentations
Read the CommitLint docs for more information.
Contributing
If you are interested in helping contribute, please take a look at our contribution guidelines and open an issue or pull request.
Changelog
See CHANGELOG for a human-readable history of changes.
License
Distributed under the MIT License. See LICENSE for more information.
Description
Languages
JavaScript
100%