Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: commitizen-tools/commitizen
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.14.0
Choose a base ref
...
head repository: commitizen-tools/commitizen
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.15.0
Choose a head ref
  • 5 commits
  • 27 files changed
  • 4 contributors

Commits on May 3, 2026

  1. Configuration menu
    Copy the full SHA
    35ffe03 View commit details
    Browse the repository at this point in the history
  2. docs: update AGENTS.md with CI/linting guidance and known pitfalls (#…

    …1940)
    
    Add practical CI validation commands, pipeline structure, common failure
    patterns, and known type system limitations learned from real PR workflows.
    
    Co-authored-by: Copilot <[email protected]>
    bearomorphism and Copilot authored May 3, 2026
    Configuration menu
    Copy the full SHA
    06850b2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d157e09 View commit details
    Browse the repository at this point in the history
  4. feat(version): add MANUAL_VERSION, --next and --patch to version comm…

    …and (#1724)
    
    * feat(version): add MANUAL_VERSION, --next, and --patch to version command
    
    Rebased onto master: keep --tag with TagRules alongside the new flags.
    
    - Merge version command logic for manual/next/patch with tag normalization
    - Refresh help regression fixtures and cz version --help SVG
    - Fix TagRules.find_tag_for annotation (VersionProtocol)
    
    Closes #1679
    
    Made-with: Cursor
    
    * fix(test): align cz version --help fixtures per Python minor version
    
    Argparse wraps the usage line differently before vs after Python 3.13, so
    separate regression baselines are required for CI matrix jobs.
    
    Made-with: Cursor
    
    * fix(version): improve coverage, UX, and docs for cz version
    
    - Rename VersionIncrement.safe_cast to from_value; add tests
    - Map NONE to no bump; user-facing error for USE_GIT_COMMITS
    - Add tests for patch component, unknown scheme, and default output
    - Clarify get_version_scheme Protocol check; fix TagRules docstring example
    - Document MANUAL_VERSION, --next, and --patch; refresh help fixtures/SVG
    
    Made-with: Cursor
    
    * refactor(version_schemes): restore Version and VersionScheme type aliases
    
    Re-export VersionScheme = type[VersionProtocol] and Version = VersionProtocol
    for downstream custom schemes and parity with the public API on master.
    Import TypeAlias at runtime alongside Increment/Prerelease.
    
    Made-with: Cursor
    
    * fix: address review comments on version command PR
    
    - Parametrize invalid combination tests (major/minor/patch/tag without project)
    - Fix version scheme validation to use hasattr check instead of broken
      isinstance/issubclass on Protocol with non-method members
    - Format test file with ruff
    
    Co-authored-by: Copilot <[email protected]>
    
    * docs: add TODO comment for USE_GIT_COMMITS future work (#1678)
    
    Co-authored-by: Copilot <[email protected]>
    
    ---------
    
    Co-authored-by: Copilot <[email protected]>
    bearomorphism and Copilot authored May 3, 2026
    Configuration menu
    Copy the full SHA
    b5e0840 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b4f4209 View commit details
    Browse the repository at this point in the history
Loading