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.2
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.3
Choose a head ref
  • 20 commits
  • 18 files changed
  • 10 contributors

Commits on May 15, 2026

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

Commits on May 18, 2026

  1. Configuration menu
    Copy the full SHA
    0bb0656 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d22ea2b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    db6c8b0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cc710a9 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2026

  1. docs(skill): remove broken doc references and unused compatibility fi…

    …eld (#1956)
    
    The `Suggested references` section listed paths relative to the repo
    root (e.g. `docs/commands/commit.md`), but per the Agent Skills
    specification, file references should be relative to the skill root.
    When the skill folder is installed standalone, those paths do not
    resolve, so the section was effectively dead pointers.
    
    Drop the section and rely on agent inference / the documented
    `metadata.docs` URL for the canonical docs.
    
    Also drop the `compatibility` frontmatter field. The spec notes most
    skills do not need it, and the previous value did not describe a
    constraint that would prevent the skill from running.
    
    Refs #1936
    
    Co-authored-by: Copilot <[email protected]>
    Co-authored-by: copilot-swe-agent[bot] <[email protected]>
    Co-authored-by: bearomorphism <[email protected]>
    4 people authored May 19, 2026
    Configuration menu
    Copy the full SHA
    40aa19d View commit details
    Browse the repository at this point in the history
  2. ci: add PR bump preview workflow (#1957)

    * ci: add PR bump preview workflow
    
    Adds a workflow that runs cz bump --dry-run on incoming pull requests
    and posts (or updates) a sticky comment summarising the would-be version
    bump and changelog entries. This makes unexpected version bumps visible
    to reviewers before merging, addressing #1510.
    
    The pattern is documented in docs/tutorials/github_actions.md so other
    projects can copy/paste the same workflow.
    
    Closes #1510
    
    Co-authored-by: Copilot <[email protected]>
    
    * fix(ci): gate PR bump preview to same-repo PRs only
    
    Address Copilot review feedback on #1957:
    
    * `cz bump` renders Jinja templates from the working directory whenever
      `update_changelog_on_bump` is set in config, using a non-sandboxed
      `FileSystemLoader('.')`. Under `pull_request_target` with a write
      token, executing those templates against fork-controlled files would
      risk RCE / token exfiltration. Gate the job to same-repo PRs by
      comparing `head.repo.full_name` to `base.repo.full_name`.
    * Set `persist-credentials: false` on `actions/checkout` as
      defense in depth, so the workflow token is not written to
      `.git/config`.
    * Adjust docs to drop the misleading `and changelog entries` claim
      (the dry-run only shows changelog entries when
      `update_changelog_on_bump` is enabled), and rewrite the safety
      explanation to reflect the real threat model.
    
    Co-authored-by: Copilot <[email protected]>
    
    ---------
    
    Co-authored-by: Copilot <[email protected]>
    bearomorphism and Copilot authored May 19, 2026
    Configuration menu
    Copy the full SHA
    fc263cd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c7d3f78 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2026

  1. ci(deps): bump idna from 3.11 to 3.15 (#1996)

    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored May 20, 2026
    Configuration menu
    Copy the full SHA
    345bbd6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5ad34c1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c3f6797 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    98f1777 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    93b74c9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a523e55 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2026

  1. ci(deps): bump uv from 0.11.6 to 0.11.15 (#2004)

    Bumps [uv](https://github.com/astral-sh/uv) from 0.11.6 to 0.11.15.
    - [Release notes](https://github.com/astral-sh/uv/releases)
    - [Changelog](https://github.com/astral-sh/uv/blob/main/CHANGELOG.md)
    - [Commits](astral-sh/uv@0.11.6...0.11.15)
    
    ---
    updated-dependencies:
    - dependency-name: uv
      dependency-version: 0.11.15
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 30, 2026
    Configuration menu
    Copy the full SHA
    effd5dd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c806e26 View commit details
    Browse the repository at this point in the history
  3. test: normalize argparse choice snapshots (#2000)

    * test: normalize argparse choice snapshots
    
    * test: normalize invalid command snapshots
    
    ---------
    
    Co-authored-by: Puneet Dixit <[email protected]>
    Co-authored-by: Deepak kudi <[email protected]>
    3 people authored May 30, 2026
    Configuration menu
    Copy the full SHA
    2b4707c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    df8f6a0 View commit details
    Browse the repository at this point in the history
  5. fix(check): expand env vars in --rev-range (#2005)

    The packaged commitizen-branch pre-push hook in .pre-commit-hooks.yaml
    passes the literal string \..\ as
    an argv element and relied on shell expansion. After #1941 switched git
    execution to shell=False (CWE-78 hardening), git received the literal
    string and aborted with atal: ambiguous argument, breaking every
    commitizen release after v4.15.0 for users of that hook.
    
    Expand env vars explicitly on the --rev-range argument via
    os.path.expandvars so the hook keeps working without reintroducing
    shell execution. Unset variables are left literal so git surfaces a
    clear error instead of being silently rewritten to an empty range.
    
    Closes #2003
    
    Co-authored-by: Tim Hsiung <[email protected]>
    Co-authored-by: Copilot <[email protected]>
    3 people authored May 30, 2026
    Configuration menu
    Copy the full SHA
    8f5b496 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    286da54 View commit details
    Browse the repository at this point in the history
Loading