Skip to content

Fix bump

Xcollazo requested to merge fix-bump into main

The automatic version bump seems to be broken with the following error:

...
Preparing Git commit
Adding changes in file 'setup.py' to Git
Adding changes in file '.bumpversion.cfg' to Git
Committing to Git with message 'Release version 0.5.0'
/opt/conda/bin/python: No module named pre_commit                <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
Failed to run ['git', 'commit', '-F', '/tmp/tmptajf1cpk']: return code 1, output: b''
Traceback (most recent call last):
  File "/opt/conda/lib/python3.9/site-packages/bumpversion/vcs.py", line 31, in commit
    subprocess.check_output(
  File "/opt/conda/lib/python3.9/subprocess.py", line 424, in check_output
    return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
...

I'll work on fixing that, but for now what to move the release forward manually.

Merge request reports