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.5.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.6.0
Choose a head ref
  • 6 commits
  • 10 files changed
  • 3 contributors

Commits on Apr 9, 2025

  1. fix: print which tag is invalid

    and the regex used for validation
    carlossg authored and Lee-W committed Apr 9, 2025
    Configuration menu
    Copy the full SHA
    d666aa0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1451bc5 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2025

  1. Configuration menu
    Copy the full SHA
    d7b1a89 View commit details
    Browse the repository at this point in the history
  2. feat(changelog): expose commit parents' digests when processing commits

    COMMIT_DATA in test_changelog.py had to be type annotated to avoid an
    issue with mypy linting when creating a GitCommit where the tool would
    expect the wrong type for the arguments.
    unleashed authored and woile committed Apr 13, 2025
    Configuration menu
    Copy the full SHA
    57ea95f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3f767e1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    35f5c23 View commit details
    Browse the repository at this point in the history
Loading