Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(pre-commit-hooks)!: allow empty ranges in 'commitizen-branch' #1209

Open
wants to merge 3 commits into
base: v4
Choose a base branch
from

Commits on Aug 23, 2024

  1. build(deps-dev): bump ruff from 0.6.1 to 0.6.2

    Bumps [ruff](https://github.com/astral-sh/ruff) from 0.6.1 to 0.6.2.
    - [Release notes](https://github.com/astral-sh/ruff/releases)
    - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
    - [Commits](astral-sh/ruff@0.6.1...0.6.2)
    
    ---
    updated-dependencies:
    - dependency-name: ruff
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and Lee-W committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    9f085a1 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2024

  1. fix(pre-commit-hooks)!: move 'check' to 'args' for global options

    Details: 'args: [...]' is not able to access '-nr NO_RAISE' global
             arguments for example from a arguments configuration
    ---
    
    Signed-off-by: Adrian DC <[email protected]>
    AdrianDC committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    2a129d8 View commit details
    Browse the repository at this point in the history
  2. fix(pre-commit-hooks)!: allow empty ranges in 'commitizen-branch'

    Details: Pushing the same history from 'develop' to 'staging' for
             example fails because range 'origin/HEAD..HEAD' is empty
    > No commit found with range: 'origin/HEAD..HEAD'
    ---
    
    Signed-off-by: Adrian DC <[email protected]>
    AdrianDC committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    5e4cbd6 View commit details
    Browse the repository at this point in the history