Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 736 Bytes

File metadata and controls

29 lines (22 loc) · 736 Bytes

Changelog

[0.3.0] - 2024-01-XX

Added

  • Interactive commit message builder (commitrix build)
  • Smart suggestion engine for fixing invalid commits
  • Repository statistics (commitrix stats)
  • Project initialization (commitrix init)
  • Repository validation for CI/CD (commitrix validate)
  • GitHub Actions workflow template

Changed

  • Enhanced CLI with multiple subcommands
  • Improved error messages with suggestions

[0.2.0] - 2024-01-XX

Added

  • Git hook installation (commitrix install)
  • Configurable commit rules via .commitrix.json
  • Custom commit types and length limits

[0.1.0] - 2024-01-XX

Added

  • Basic semantic commit validation
  • CLI tool for linting commit messages
  • Simple test suite