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: master
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: fix-1866
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 5 files changed
  • 2 contributors

Commits on Feb 13, 2026

  1. fix: bump command called changelog command with allow_no_commit=True,…

    … but changelog command raised NoCommitsFoundError
    bearomorphism committed Feb 13, 2026
    Configuration menu
    Copy the full SHA
    0598e36 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2026

  1. fix: clarify allow-no-commit changelog behavior and docs

    Align internal typing/forwarding for allow_no_commit, simplify the regression test setup, and document how changelog entries are generated during no-commit bumps.
    
    Made-with: Cursor
    bearomorphism committed Apr 15, 2026
    Configuration menu
    Copy the full SHA
    7d59bf4 View commit details
    Browse the repository at this point in the history
  2. chore: clarify internal changelog allow_no_commit argument

    Document that allow_no_commit in ChangelogArgs is internal-only for bump-triggered changelog generation.
    
    Made-with: Cursor
    bearomorphism committed Apr 15, 2026
    Configuration menu
    Copy the full SHA
    820d73e View commit details
    Browse the repository at this point in the history
  3. chore: Apply suggestion from @Copilot

    Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
    bearomorphism and Copilot authored Apr 15, 2026
    Configuration menu
    Copy the full SHA
    72403ad View commit details
    Browse the repository at this point in the history
Loading