Files
opencommit/src/commands/README.md
Sébastien Fichot 12956d7633 feat: Integrate @commitlint for Enhanced Commit Message Generation and Configuration Support (#209)
* add commitlint support
* refactor code
* improve readme text
2023-09-03 14:00:18 +08:00

407 B

@commitlint Module for opencommit

  1. Load commitlint configuration within tree.
  2. Generate a commit with commitlint prompt:
    • Will not run if hash is the same.
    • Infer a prompt for each commitlint rule.
    • Ask OpenAI to generate consistency with embedded commitlint rules.
    • Store configuration close to commitlint configuration.
  3. Replace conventional-commit prompt with commitlint prompt.