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: v2.26.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: v2.27.0
Choose a head ref
  • 4 commits
  • 8 files changed
  • 2 contributors

Commits on May 16, 2022

  1. feat(bump): let it respect pre-commit reformats when bumping

    Fix #502.
    
    Just add `--retry` to `cz bump` and it will attempt to commit twice if the 1st commit fails. Useful if your 1st commit runs a formatter that can for example change the contents of CHANGELOG.md.
    yajo authored and Lee-W committed May 16, 2022
    Configuration menu
    Copy the full SHA
    12b56ad View commit details
    Browse the repository at this point in the history
  2. docs: document --retry

    Includes an update to the `cz bump --help` output.
    yajo authored and Lee-W committed May 16, 2022
    Configuration menu
    Copy the full SHA
    ed21541 View commit details
    Browse the repository at this point in the history
  3. test: assert that a failing commit condition will fail always, both w…

    …ith or without --retry
    yajo authored and Lee-W committed May 16, 2022
    Configuration menu
    Copy the full SHA
    44f5b3e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7916511 View commit details
    Browse the repository at this point in the history
Loading