John Muddle

Results 5 comments of John Muddle

> Michael from @gemfury here. We support both SHA256 and MD5 checksums. Newer accounts default to SHA256, and we have recently added a switch to migrate older accounts. If you're...

I recently experienced this issue. We use the --dry-run and --check-consistency flags on feature branches. On master, we use just --check-consistency. Our expectation would be that any consistency issues would...

One option is to pass `dry_run` as a flag into https://github.com/commitizen-tools/commitizen/blob/cb798dc6400fba04df8c6c1d1b3ec96bfe9c13b0/commitizen/bump.py#L148 ```python def update_version_in_files( current_version: str, new_version: str, files: List[str], *, check_consistency=False, dry_run=False ) -> None: """Change old version to...

I've seen this across multiple versions of Poetry: 1.3.2, 1.4.2, 1.5.1, and 1.6.1.

It appears to be related to #183