bhelgs

Results 8 issues of bhelgs

## Description `git.get_commits` could potentially fail silently. The first commit is the fix. See the git commit message for more info on all following commits (broken up for easier review)....

### Description `cz commit` worked just fine, but `cz changelog` resulted in the error: > "No commits found" I later came to find the calls to git were silently failing...

bug
waiting-for-implementation

## Description Some repositories have tags that are not matching the `bump` version pattern (e.g. `alpha`/`beta` release) #519. It makes sense to be able to filter those out. See this...

pr-status: wait-for-modification

### Description It seems right now the changelog generator is capturing all tags, rather than just the tags matching the version pattern. It was mentioned in [this `TODO` in the...

type: feature
pr-status: wait-for-review

### Description I am seeing some tests failing: 1. `test_bump_pre_commit_changelog_fails_always[True]` 2. `test_bump_pre_commit_changelog[True]` 3. `test_bump_pre_commit_changelog_fails_always[False]` **See resolution (pre-commit was silently failing):** https://github.com/commitizen-tools/commitizen/issues/520#issuecomment-1139207915 ### Steps to reproduce 1. cloned repo 2. poetry...

bug

## Changes made 1. Adds a test for your recent PR (#965). 2. refactors the test to remove the `skipif` for `Darwin`. I think my solution is still less than...

### Description add support for `\` character in pytest temporary path - Closes #982 ### Testing: You can see I have broken the PR into two commits. In the first...

### What action do you want to perform By default pytest temporary paths on AWS workspaces will contain a `\` in the temporary path due to [their username conventions](https://docs.aws.amazon.com/workspaces/latest/adminguide/manage_linux_workspace.html). Maybe...

help wanted