Closed dlqqq closed 1 year ago
This is really confusing for new users, because I thought I had to add another file rule to specify this.
Well, to be fair, there's a line that says the file is being updated:
=> Would update current version in pyproject.toml
But if you say you've been confused, I believe you :)
This should not be too hard to fix - do you want to try and work on a patch?
So we kind of forgot about this bug because we add a buggy test - we probably need to fix the broken test first : #160
Done in 26adb36
When running
tbump <version>
, it's weird how the diff doesn't show the bump toversion.current
/tools.tbump.version.current
in the patch diff. See here:Note that the patch diff does not include the changes to the below line
This is really confusing for new users, because I thought I had to add another file rule to specify this. It wasn't until I looked at the
pyproject.toml
in another repo (Jupyter server) that I noticedversion.current
is auto-bumped bytbump
.This should also be documented in the README. A quick search doesn't show any mention of
version.current
being auto-bumped bytbump
, leaving it ambiguous as to whether users should do it themselves.