Tags

Tags give the ability to mark specific points in history as being important
  • v1.2.0

    f821ed08 · feat: version 1.2.0 ·
    New hooks, mostly for AI transparency governance:
    
    - `prepare-commit-msg` stage:
      - `add-ai-assisted-trailer`
      - `add-co-authored-by-ai-trailers`
    - `commit-msg` stage:
      - `enforce-ai-assisted-trailer`
      - `enforce-co-authored-by-trailer`
    - `post-commit` stage:
      - `clean-commit-temp`
  • v1.1.0

    47ba576e · Version 1.1.0 ·
    - Enhancements:
      - Enforce committing to issue (pre-commit stage):
        - Optional allow-list of branch names to ignore this rule.
      - New pre-commit and pre-merge-commit stages hook: Enforce merge directions
    - Bug fixes:
      - Enforce GitLab issue reference (commit-msg stage):
        - This rule is now correctly skipped if the current branch is not an issue branch.
  • v1.0.3

    59bffcfd · Version 1.0.3 ·
    - Bug fixes:
      - Safety guard (pre-commit stage):
        - Binary files are now skipped.
  • v1.0.0

    2b9f475a · Version 1.0.0 ·