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(commands/bump): Add NoneIncrementExit to avoid git fatal error #284

Merged
merged 6 commits into from
Oct 26, 2020

Commits on Oct 25, 2020

  1. fix(commands/bump): Add NoneIncrementExit to fix git fatal error when…

    … creating existing tag
    
    raises NoneIncrementExit if `increment is None and new_tag_version == current_tag_version`
    
    commitizen-tools#280
    christian-hawk committed Oct 25, 2020
    Configuration menu
    Copy the full SHA
    863a785 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9795466 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    74738af View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2a94361 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a62354f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6370be0 View commit details
    Browse the repository at this point in the history