Floris Lambrechts

Results 160 comments of Floris Lambrechts

https://pypi.org/project/pyxcute/ https://pypi.org/project/bumpytrack/ https://pypi.org/project/bumpr/ https://pypi.org/project/vbump/ https://pypi.org/project/pybump/ https://github.com/michaeljoseph/changes

https://github.com/kmfarley11/version-checker

The inconsistency is caused by several non-intuitive factors here. First, you can't really add `setup.cfg` as a `bumpversion:file`. Setup.cfg contains your bump2version configuration, and bump2version will maintain the `version` value...

I can work on this. Note that we would have to change `[part]` from a mandatory to an optional argument (#22). Would you prefer the approach from #31 or #51...

> Would you prefer the approach from #31 or #51 to accomplish this? Any thoughts on this? I've found that changing the behaviour of `bumpversion.cli.main` is very tough because it's...

No progress yet. I'll look into it again, but can't make promises.

You've just motivated me to try to implement it this Christmas holiday :-)

@kkpattern I like the idea of subcommands, but that's hard to achieve in a backwards-compatible way. For *this feature* I feel like it's not worth the hassle.

`--show major` could also be interpreted as "show me the current `major` part" (do not bump). On the other hand, you could also achieve that using `--show --serialize "{major}"`

Sorry it's slow. I have a working branch but each time I want to make a pull request I'm not sure all the code in there is necessary or understandable....