1.1.0 • Published 5 years ago

@socifi/commitlint-config v1.1.0

Weekly downloads
53
License
Apache-2.0
Repository
github
Last release
5 years ago

Commitlint Config

npm version CircleCI

Shareable config for commitling.

How to use

Create commitlint.config.js file and enter following config:

module.exports = {
    extends: ['@socifi/commitlint-config'],
};

Format of Commit message

Changed: CON-865 Some change in code.

Type

Following types are allowed:

  • Changed
  • Fixed
  • Removed
  • Added
  • Depreciated
  • Docs
  • Refactored
  • Test - should not be in master branch
  • InProgress, WIP - should not be in master branch

Reference

Reference to JIRA issue. eg. CON-156. It is recommended but not required.

Commit message

MUST exist.

1.1.0

5 years ago

1.0.0

6 years ago

0.9.0

6 years ago

0.8.0

6 years ago

0.7.0

6 years ago

0.6.0

6 years ago

0.5.0

6 years ago

0.4.0

6 years ago

0.3.0

6 years ago

0.2.0

6 years ago

0.1.0

6 years ago