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.16.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.16.1
Choose a head ref
  • 3 commits
  • 11 files changed
  • 4 contributors

Commits on May 12, 2026

  1. Configuration menu
    Copy the full SHA
    1d89cc5 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2026

  1. fix(cz_customize): derive bump_map_major_version_zero from bump_map (#…

    …1977)
    
    Previously, when a `cz_customize` user supplied a custom `bump_map`
    but no explicit `bump_map_major_version_zero`, `cz bump` with
    `major_version_zero = true` silently fell back to
    `defaults.BUMP_MAP_MAJOR_VERSION_ZERO` -- a totally unrelated mapping
    that ignored the user's bump rules. The user's intent (e.g. `feat` =
    PATCH while major version is 0.x) was overridden.
    
    When the user provides `bump_map` but not
    `bump_map_major_version_zero`, derive the latter from the former by
    demoting any `MAJOR` rule to `MINOR` -- the only difference in the
    default mapping pair. Users who want a custom split between the two
    maps can still set `bump_map_major_version_zero` explicitly.
    
    Closes #1728
    
    Co-authored-by: Copilot <[email protected]>
    bearomorphism and Copilot authored May 15, 2026
    Configuration menu
    Copy the full SHA
    3f8b8ca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6715164 View commit details
    Browse the repository at this point in the history
Loading