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.2.1
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.2.2
Choose a head ref
  • 4 commits
  • 8 files changed
  • 4 contributors

Commits on Feb 10, 2025

  1. docs(tutorials): Add "stages" explicitly to the hook example

    As mentioned here: #177 (comment), without the stages explicitly set, the hook always fails.
    matheuscas authored and Lee-W committed Feb 10, 2025
    Configuration menu
    Copy the full SHA
    43ee8a0 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2025

  1. Configuration menu
    Copy the full SHA
    295f975 View commit details
    Browse the repository at this point in the history
  2. fix(bump): manual version bump if prerelease offset is configured

    If you use the prerelase offset in the .cz.toml, as in the following
    example, no bump with a manual version number is possible.
    
    The error occurs when bumping with manual version number:
    cz  bump 9.8.7
    --prerelease-offset cannot be combined with MANUAL_VERSION
    
    ```toml
    [tool.commitizen]
    changelog_incremental = true
    tag_format = "v$version"
    update_changelog_on_bump = true
    version = "1.2.0b13"
    prerelease_offset = 1
    ```
    ckagerer authored and Lee-W committed Feb 18, 2025
    Configuration menu
    Copy the full SHA
    d831c99 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a330ac7 View commit details
    Browse the repository at this point in the history
Loading