tbump icon indicating copy to clipboard operation
tbump copied to clipboard

Bump software releases

Results 24 tbump issues
Sort by recently updated
recently updated
newest added

This is a super great project! I think it is a really clean rewrite of bumpversion. It is also really nice to have support for pyproject.toml. These days there are...

Hi all, is there a way to instruct `tbump` to ignore the error in topic and proceed? It would be so useful moreover in conjunction with `--only-patch`. Thank you, iCC

Maybe `.current_version` ? This would separate "cache" from "config", as suggested in #90 by @maciejmatczak Problem is, `tbump` would need two files to work properly instead of just one ...

Pretty much what's in the title. I believe it's not possible to do this, or maybe I missed something?

good first issue

Just a suggestion, but I commonly work with Anaconda and use a `.yml` file to build an environment (using `conda-forge` channel to install dependencies). The only package that I have...

``` ... change_request File "c:\path-to-project-folder\.venv\lib\site-packages\tbump\file_bumper.py", line 219, in compute_patches_for_change_request old_lines = file_path.read_text().splitlines(keepends=False) File "C:\Python\Python37\lib\pathlib.py", line 1222, in read_text return f.read() UnicodeDecodeError: 'gbk' codec can't decode byte 0x80 in position 118:...

help wanted

Hi! Thanks for another nice tool, @dmerejkowsky ! :) I started to use it for [GitLabForm](github.com/egnyte/gitlabform) but I run into a limitation, at least from my use case point of...

* Check that new_version is different than previous_version * Check that at least one file changes This means we'll always have a diff and that `git commit` will not fail...

good first issue

For instance if you bump from 0.6.2-1 to 0.6.2-2 and you have `version_template = "{major}.{minor}.{patch}"`, you get this output, which is a bit confusing: ``` => Patching files - PKGBUILD:3...

Hello there, Today is a day when I discovered `bumpversion`. I got excited, I played a bit with it (and my org crazy versioning convention). Then... I came across https://hackernoon.com/lets-automate-version-number-updates-not-a91q3x7n...